@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin,latin-ext);
/* CSS Document */

/*mediaanpassung*/  
 @media (-webkit-min-device-pixel-ratio: 1.5) { /* WebKit */ }
 @media (min--moz-device-pixel-ratio: 1.5) { /* Mozilla */ }
 @media (-o-min-device-pixel-ratio: 3/2) { /* Opera */ }
 @media (min-resolution: 1.5dppx) { /* CSS3 */ }

* {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html {
    overflow-x: hidden;
}

body,td,th {
	font-family: Yanone Kaffeesatz,Arial,Helvetica,sans-serif;
	font-size:18px;
	text-decoration: none;
	font-weight:lighter;
	color: #333333;
}

body {margin:auto; position:absolute; top:0; left:0; right:0;}

a:link {
	color:rgba(51,51,51,1.00);
	text-decoration: none;
}
a:visited {
	color:rgba(51,51,51,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(176,203,31,1.00);
	text-decoration: none;
}

a:hover img{
	opacity: 0.5;
}

a:active {
	color: rgba(176,203,31,1.00);
	text-decoration: none;
}
h1 {
	font-size: 36px;
	color: #B0CB1F;
}
h2 {
	font-size: 36px;
	color: #333333;
}
h3 {
	font-size: 28px;
	color: #B0CB1F;
}
h4 {
	font-size: 28px;
	color: #333333;
}
h5 {
	font-size: 22px;
	color: #333333;
}
h6 {
	font-size: 22px;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:lighter;
}
strong{
	font-weight:inherit;
	font-size: larger;
}

.liststyle li{
	list-style: none;
    padding:0;
    margin:0;
	text-indent: -1em;
}

.liststyle li:before{
	display:block;
	float:left;
	content: "\f138";
    font-family: FontAwesome;
	font-size:16px;
    color: rgba(176,203,31,1.00);
	padding-right:1em;
	position:relative;
	left:-3px;
	bottom:-0.3em;
}

hr {
	border: thin dotted rgba(176,203,31,1.00);
}

/*seiteneinstellung*/
.maincontainer {
	width: 100%;
	height:auto;
	margin: auto;
	display:block;
	overflow:hidden;
	position:absolute;
	left: 0;
	right:0;
}

.fullscreen{
	width:100%;
	height:auto;
	margin:auto;
	display:block;
	position:relative;
	overflow:hidden;
}
.img-container{
	width:100%;
	height:auto;
	margin:auto;
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size: cover;
}

.img-container img{
	display: block;
	width: 100%;
	height: auto;
	margin:auto;
}
.header, .container{
	width:95%;
	max-width:1200px;
	margin:auto;
	overflow:hidden;
	display: block;
}

.absolute{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	}

.navcontainer {
	width:100%;
	max-width:1200px;
	margin:auto;
	background-color:rgba(255,255,255,0.80);
	position:relative;
	z-index: 1000 !important;
}
.navcontainer img{
	float:right;
	display:none;
}

.tab1, .textbox{
	width: 93%;
	max-width:1200px;
	margin: 2% 2% 30px 2%;
	padding:0.5%;
	position: relative;
	overflow:hidden;
}

.tab2{
	width: 45%;
	margin: 2% 2% 30px 2%;
	padding:0.5%;
	position: relative;
	overflow:hidden;
}

.tab3{
	width: 28.33%;
	margin: 2% 2% 30px 2%;
	padding:0.5%;
	position: relative;
	overflow:hidden;
}

.tab2x3{
	width: 58.66%;
	margin: 2% 2% 30px 2%;
	padding:0.5%;
	position: relative;
	overflow:hidden;
}

.tab5{
	width: 15%;
	margin: 2% 2% 10px 2%;
	padding:0.5%;
	position: relative;
	overflow:hidden;
}

.textbox p{
	font-size:24px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	display:inline-block;
	text-align:center;
	padding-left:-50%;
	padding-bottom:-50%;
}

.img-center{
	width:100%;
	margin:auto;
	padding-top:7%;
	padding-bottom:7%;
	padding-left:-50%;
	padding-right:-50%;
	position:relative;
	left:0;
	right:0;
	Top:0;
	bottom:0;
}

.gray{background-color: rgba(240,240,240,0.80);}
.darkgray{background-color: rgba(51,51,51,1.00);}
.ad-white{background-color: rgba(255,255,255,0.50);}

.text-green {
	color:rgba(176,203,31,1.00)
}

.box-white{
	border-radius: 10px;
	background-color: rgba(255,255,255,0.75);
}

.textshadow{ text-shadow: 2px 2px 2px rgba(0,0,0,0.50); }
.text-left{	text-align:left; }
.text-right{text-align:right; }

.box-shadow{
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.5);
}

.pad-left-10 { padding-left:10px; }
.pad-top-10 { padding-top:10px; }

.back-fix {	background-position:bottom; background-size:cover; background-attachment:fixed;}

.link-button {
	background-color: rgba(176,203,31,1.00);
	width: 48%;
	height: 50%;
	margin: 20px 1%;
	text-align: center;
	font-size: 24px;
	display: inline-block;
	border-bottom: 3px solid rgba(176,203,31,1.00);
	color: rgba(255,255,255,1.00);
}
	
.link-button:hover{
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,255,255, 0.50);
}

.title{
	font-size: 350%;
	color: rgba(255,255,255,1.00);
	text-shadow: 2px 2px 5px rgba(51,51,51,1.00);
}

#footer p, #footer a{
	color:rgba(224,224,224,1.00);
	padding: 0 2%;
}

#footer a:hover{
	color: rgba(176,203,31,1.00);
}

/* round icon*/
#round-icons-container{
	display: flex;
}

.round-icon, .round-icon-mini {
    background: rgba(176,203,31,1.00);
    text-decoration: none;
	text-align:center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.round-icon {
	padding:20%;
}

.round-icon-mini {
	width: 50px;
	height: 50px;
	margin: 0 5px;
}

.round-icon i, .round-icon-mini i {
    color: #fff;
    margin: auto;
}
.round-icon-mini i {
	margin-top: 15px;
}

.round-icon:hover {
}

.round-icon-mini:hover {
	background-color:rgba(176,203,31,0.50);
}

.round-icon:hover i, .round-icon-mini:hover i, .link-button:hover p{
	-moz-transform: scale(1.5) translate(-1px, 0px);
	-webkit-transform: scale(1.5) translate(-1px, 0px);
	-o-transform: scale(1.5) translate(-1px, 0px);
	-ms-transform: scale(1.5) translate(-1px, 0px);
	transform: scale(1.5) translate(-1px, 0px);
}

.transf-1:hover {
	z-index:9999;
	-moz-transform: scale(1.05) translate(-1px, 0px);
	-webkit-transform: scale(1.05) translate(-1px, 0px);
	-o-transform: scale(1.05) translate(-1px, 0px);
	-ms-transform: scale(1.05) translate(-1px, 0px);
	transform: scale(1.05) translate(-1px, 0px);
}

.transf-11:hover {
	z-index:9999;
	-moz-transform: scale(1.1) translate(-1px, 0px);
	-webkit-transform: scale(1.1) translate(-1px, 0px);
	-o-transform: scale(1.1) translate(-1px, 0px);
	-ms-transform: scale(1.1) translate(-1px, 0px);
	transform: scale(1.1) translate(-1px, 0px);
}

.container-iframe {
	height:0;
	padding:20%;
	position: relative;
	overflow: hidden;
}
 
.container-iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line-bottom{
	border-bottom:thin solid rgba(176,203,31,1.00);
}

/*media screen*/
@media screen and (max-width: 1200px) {
	.img-container img {height:100%;}
}

@media screen and (max-width: 992px) {
	.title {font-size:300%;}

}

@media screen and (max-width: 868px) {
	.navcontainer{position:fixed; top:0;}
	.navcontainer img{display:block; position:fixed; top:15px; right:15px;}
	.header{margin-top:50px;}
	#header-logo{display:none;}
	.title {font-size:250%;}
	#header-reg2, #header-reg3 {width: 45%;}
	.link-button{width:90%; margin:2% 5%}
	.tab5 strong{font-size: medium;}
	.round-icon {padding:15%;}
}

@media screen and (max-width: 768px) {
	.tab1, .tab2, .tab2x3, .tab3, #header-reg2, #header-reg3{ width:95%;}
	.tab5 strong{font-size: smaller;}
	.round-icon {padding:12%;}
}

@media screen and (max-width: 600px) {
	.tab1, .tab2, .tab2x3, .tab3, .tab5, #header-reg2, #header-reg3{ width:95%;}
	.round-icon {padding:10%;}
	.tab5 strong{font-size:x-large}
	.title {font-size:230%;}
	.tab2 img {max-width:80%; margin:2% 10%; padding-bottom:10p%; padding-top:10%;}
	#round-icons-container{display:inline-block;}
}

@media screen and (max-width: 360px) {
	.tab1, .tab2, .tab2x3, .tab3, .tab5{ width:95%;}
	.tab2 img {max-width:90%; margin:2% 5%; padding-bottom:5p%; padding-top:5%;}
}
