@charset "UTF-8";

:root {
  --primaryColor: #006FB7;
  --secondaryColor: #F6E116;

  --footerTextColor: #F6E116;

  --menuFontColor: #F6E116;
  --menuHoverFontColor: #006FB7;

  --mobileMenuOpenButtonColor: #F6E116;

  --mobileMenuBackground: rgba(242326, 225, 22, 0.8);
  --mobileMenuFontRoot: #006FB7;
  --mobileMenuFontSub: #006FB7;

  --desktopFontColor: #000000;
  --desktopFontSize: 1em;
  --desktopTitleFontSize: 1.5em;

  --mobileFontColor: #000000;
  --mobileFontSize: 16px;
  --mobileTitleFontSize: 1.5em;
}

#websiteDrehen{
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -o-transform:rotate(180deg);
}

.head{
  width: 100%;
  height: 26px;
  font-size: 1.875em;
}

html,body{
  height: 100%;
  width: 100%;
}

body{
  background-color: #FFFFFF;
  font-family: arial;
  color: #000000;
  margin: 0;
  height: 100%;
  width: 100%;
}

.body{
  width: 100%;
  color: #000000;
}

.blogheadline{
  color:var(--secondaryColor);
  text-align:left;
}

.top{
  text-align: center;
  display: block;
  background-color: #ffffff;
  height: 107px;
  width: 100%;
}

.menu{
  position: -moz-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: -3px;

  display: block;
  height: 47px;
  width: 100%;
  border-style:none;
  border-color:#cccccc;
  border-right-width: 0px;
  border-left-width: 0px;
  background: var(--primaryColor);
  text-align: center;
  z-index: 200;
}

#textblock1 {
	float: left;
	width: 150px;
}
#textblock2 {
	margin-left: 150px;
}

/* Menu Mobil*/
	#menu-mobile {
	  display: none;
	}

	#menu-mobile-bar{
	  display:none;
	}

	#menu-mobile ul ul {
	  display: none;
	}

#wrapper{
  min-height: 100%;
  position: relative;
}

.mid{
  display: inline-block;
  width: 100%;
  font-size: 1.875em;
  padding-bottom: 100px;
}

.main{
  display: inline-block;
  width: 100%;
  font-size: 1.875em;
}

.content{
  z-index: 5;
  display: inline-block;
  color: var(--desktopFontColor);
  font-size: var(--desktopFontSize);
  width: 67%;
  margin-left: 66px;
  margin-right: 66px;
  text-align: justify;
}

.title{
  display: inline-block;
  font-size: var(--desktopTitleFontSize);
	font-weight: bold;
  width: 100%;
  text-align: center;
}

.blog{
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
  padding-top: 1px;
  padding-bottom: 15px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}

.blogcontent img{
  max-width: 95%;
  height: initial;
  margin-left: -4px;
}

.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-size:100% 100%;
  color: var(--footerTextColor);
  display: block;
  margin-top: 9px;
  font-size: 0.9375em;
  padding-top: 15px;
  border-style:none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  background: var(--primaryColor);
  text-align: center;
}
.gallery{
  text-align: center;
}
.g-pic{
  text-align: center;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-bottom: 5px;
}
#gotop{
  display: none;
  z-index: 100;
  position: fixed;
  bottom: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  background: #CCCCCC;
}

img{
  max-width: 100%;
  height: initial;
}

img.shadow{
  border-style:none;
  border-color:#cccccc;
  border-width: 3px;
}

img.floatleft{
	float: left;
	width: 100%;
}

img.floatright{
	float: right;
	width: 100%;
}

img.gallery{
  border-style:none;
  border-color:#cccccc;
  border-width: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5%;
  float: left;
}

ul{
  display: inline-block;
  margin: 0;
  position:relative;
  z-index: 5;
}

ul.drop a{
  display:block;
  color: var(--menuFontColor);
  text-decoration: none;
}

ul.drop a:hover {
  display:block;
  color: var(--menuHoverFontColor);
  text-decoration: none;
}

ul.drop, ul.drop li, ul.drop ul{
  list-style: none;
  margin: auto;
  padding: 0;
  color: var(--secondaryColor);
}

ul.drop{
  position: relative;
  z-index: 597;
}

ul.drop li{
  position: relative;
  float: left;
  line-height: 1.3em;
  vertical-align: middle;
}

ul.drop li.hover, ul.drop li:hover:not(.asd){
  height: 100%;
  position: relative;
  z-index: 599;
  cursor: default;
  background: var(--secondaryColor);
  color: var(--menuHoverFontColor);

}

ul.drop ul{
  visibility: hidden;
  position: absolute;
  top: 47px;
  left: -3px;
  z-index: 598;
  width: 195px;
  background: var(--primaryColor);
}

ul.drop ul li{
  float: none;
  border-style:none;
  border-color:#cccccc;
  border-top-width: 0px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 0px;
}

ul.drop ul li:last-of-type{
  border-style:none;
  border-color:#cccccc;
  border-top-width: 0px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
}
ul.drop ul ul{
  top: -2px;
  left: 100%;
}

ul.drop li:hover
 > ul{
  visibility: visible;
  }

a:link{
  text-decoration:underline;
  color:var(--primaryColor);
  border:none;
}

a:visited{
  text-decoration:none;
  color:var(--primaryColor);
  border:none;
 }

a:hover{
  text-decoration:underline;
  color:var(--secondaryColor);
  border:none;
 }

a:active{
  text-decoration:none;
  color:var(--secondaryColor);
  border:none;
 }

a.white:link{
  text-decoration:none;
  color:#cccccc;
  border:none;
 }

a.white:visited{
  text-decoration:none;
  color:#cccccc;
  border:none;
 }

a.white:hover{
  text-decoration:underline;
  color:#cccccc;
  border:none;
 }

a.white:active{
  text-decoration:none;
  color:#cccccc;
  border:none;
 }

.textarea1{
  border: solid;
  border-bottom-width: 3px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-color: #cccccc;
  background: none;
}

.textarea1:hover{
  border: solid;
  border-bottom-width: 3px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-color: #b7b7b7;
  background: none;
}

.textarea1:focus{
  border-color: #999999;
}

.textarea2{
  border: solid;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-color: #cccccc;
  background: none;
  font-family: arial;
}

.textarea2:hover{
  border: solid;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-color: #b7b7b7;
  background: none;
  font-family: arial;
}

.textarea2:focus{
  border-color: #999999;
}

.submit1{
  border: solid;
  border-bottom-width: 3px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  background: none;
  border-color: var(--secondaryColor);
  cursor: pointer;
}

.submit1:active{
  border: solid;
  border-bottom-width: 3px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  background: none;
  border-color: var(--secondaryColor);
  cursor: pointer;
}

.submit1:hover{
  border: solid;
  border-bottom-width: 3px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  background: none;
  border-color: var(--primaryColor);
  cursor: pointer;
}


@media screen
and (max-width : 736px) {
	.top{
	  display: none;
	}

	.content{
		z-index: 5;
		display: inline-block;
    	color: var(--mobileFontColor);
		font-size: var(--mobileFontSize);
		width: 67%;
		margin-left: 66px;
		margin-right: 66px;
		text-align: justify;
	}

	.title{
		display: inline-block;
		font-size: var(--mobileTitleFontSize);
		font-weight: bold;
		width: 100%;
		text-align: center;
	}

	.menu{
	  display: none;
	}

	#backblur{
	  z-index: 2000;
	  -webkit-filter: blur(0px);
	  -moz-filter: blur(0px);
	  -o-filter: blur(0px);
	  -ms-filter: blur(0px);
	  filter: blur(0px);
	}

	#menu-mobile{
	  display: none;
	  text-align: left;
	  opacity: 1;
	  visibility: visible;
	  z-index: 3000;
	  position: fixed;
	  top: 0px;
	  left: 0px;
	  width: 100%;
	  height: calc(100% - 45px);
	  overflow-y: auto;
	  overflow: auto;
	  background: var(--mobileMenuBackground);
	  font: inherit;
	  color: var(--primaryColor);
	}

	#menu-mobile ul {
	  list-style: none;
	  min-height: 60px;
	  line-height: 60px;
	  width: 100%;
	  padding-left: 0px;
	}

	#menu-mobile ul li {
	  font-size: 18px;
	}

	#menu-mobile ul ul li {
	  list-style: square;
	  font-size: 22px;
	  margin-left: 40px;
	  min-height: 35px;
	  line-height: 35px;
	}

	#menu-mobile-title{
	  text-decoration:none;
	  color: var(--mobileMenuFontRoot);
	  border-style: solid;
	  border-width: 2px 0px 0px 0px;
	  border-color: #BFBFBF;
	  width: 100%
	}

	#menu-mobile-bar{
	  position: -webkit-sticky;
	  position: -moz-sticky;
	  position: fixed;
	  z-index: 3001;
	  display: block;
	  top: 0;
	  width: 100%;
	  height: 40px;
	  background-size:100% 100%;
	  color: #cccccc;
	  font-size: 0.9375em;
	  padding-bottom: 5px;
	  border-style:none;
	  background: var(--primaryColor);
	  text-align: center;
	}


	#menu-mobile-button-open-area{
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 50px;
	  height: 45px;
	  cursor: pointer;
	}

	#menu-mobile-button-close-area{
	  display: none;
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 50px;
	  height: 45px;
	  cursor: pointer;
	  z-index: 2200;
	}

	#burger{
	  position:relative;
	  top: 14px;
	  left: 13px;
	  width: 10px;
	  height: auto;
	  margin: 0 auto
	}

	#line {
	  display: block;
	  height: 3px;
	  width: 22px;
	  margin-bottom: 4px;
      background:var(--mobileMenuOpenButtonColor);
	  border-radius: 1px;
	}

	#line:last-child {
	  margin-bottom: 0;
	}

	#menu-mobile-closebutton{
	  position: absolute;
	  top: 14px;
	  left: 15.25px;
	  cursor: pointer;
	  z-index: 1102;
	  width: 17px;
	  height: 17px;
	}

	#forward-button{
	  display: block;
	  position: relative;
	  top: 0px;
	  right: 0px;
	  width: 17px;
	  height: 17px;
	}

	#down-button{
	  display: none;
	  position: relative;
	  top: 0px;
	  right: 0px;
	  width: 17px;
	  height: 17px;
	}

	#menu-mobile-logo{
	  z-index: 2000;
	  position: relative;
	  top: 9.5px;
	  left: (device-width-50%);
	  height: 25px;
	  width: initial;
	}

	.content{
	  margin: 0px;
	  padding-top: 25px;
	  width: 92%;
	  z-index: 5;
	}

	.textarea2{
	  font-size: 11px;
	}

	.textarea2:hover{
	  font-size: 11px;
	}

	.footer{
	  width: 100%;
	  height: 40px;
	  padding-top: 12px;
	  font-size: 0.7em;
	  z-index: 2000;
      color: var(--footerTextColor);
	}

	.sidebar{
	  display: none;
	  width: 0px;
	}

	#gotop{
	  display: none;
	  top: -200px;
	  bottom: -200px;
	  right: -200px;
	}
}


/* Passthrough */