@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body{
font-family: 'Roboto', sans-serif;
margin: 0 auto;
color: #444;
}

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

/* ----- typography ----- */
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;

color:#434343 ; font-weight: 600;}

h1 {font-size:2em}

h2 {font-size:1.7em}

h3 {font-size:1.4em}

h4 {font-size:1.1em}

h5 {font-size:1em}

h6 {font-size:0.9em}

p {
	/*text-align:justify;*/
	color:#666  ;
	line-height:1.1em;
	margin:0 0 0.8em 0;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

a {color: #808080; text-decoration: none; line-height: inherit; font-weight: bold; }
a:hover {color: #000099; text-decoration: underline; }
a:focus {color: #000099; outline: none; }

hr{
	border:solid #666 1px; height:1px;
	clear:both;
}

li {
	padding-bottom: 4px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
	list-style-type: square
}



ol {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}


address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #ccc;
	font-style: normal;
	font-weight: bold;
	}


blockquote {
	padding: 10px;
	margin: 0 0 20px 0;
}

pre, code {
	padding: 5px 0 10px 6px;
	margin: 3px 0 20px 0;
	font-size:1em;
	overflow:auto;
	line-height:1.5em;
	color:#eee;
}

input , textarea, pre, code, blockquote, select {
	border: 1px solid #ccc;  background:;  color: #000;
}

.imgl {
float:left;
margin:0 15px 10px 0
}

.imgr {
float:right;
margin:0 0 10px 15px
}

.picfull {width:100%; height:auto;}
.pic2left {float:left; max-width:49%; margin: 3px 1% 2px 0; height:auto;}
.pic2right {float:right; max-width:49%; margin: 3px 0 2px 0.5%; height:auto;}

.pic3left {float:left; max-width:32%; margin: 3px 1.5% 2px 0; height:auto;}
.pic3right {float:right; max-width:32%; margin: 3px 0 2px 0.3%; height:auto;}

.pic4left {float:left; max-width:24%; margin: 3px 1% 2px 0; height:auto;}
.pic4right {float:right; max-width:24%; margin: 3px 0 2px 0.5%; height:auto;}


/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}



.lila  {
color: rgb(54,16,70)!important;
}/*hausfarbe*/

.blau {
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(5,125,193,1) 0%, rgba(0,182,228,1) 100%)!important;
background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(5,125,193,1) 0%, rgba(0,182,228,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(5,125,193,1) 0%, rgba(0,182,228,1) 100%);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(5,125,193,1) 0%, rgba(0,182,228,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00b6e4",GradientType=1);
}


.box , .box2{ 
		background: inherit;
		border: 5px solid rgba(0,0,0,.1);
		border-radius:15px;
		color: inherit;
		padding: 1em;
		margin: 0 1em 1em 0;
		/*font: 300 20px/20px 'Oswald';*/
	}
.box2 {
		padding: 0px;
	}
.box a , .box2 a{
		color: inherit;
	}

blockquote { 
padding-top:0!important; padding-bottom:0!important; font-family: 'Roboto', sans-serif}
.border-blau {
border-color:rgba(0,182,228,1)!important;

}


.blau a, .blau, .orange, .orange a {
color:#fff;

}
.blau a:hover,.orange a:hover, .silver a:hover, .footer > a:hover{
color:#000!important;

}

.orange {
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,141,6,1) 0%, rgba(242,132,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,141,6,1) 0%, rgba(242,132,0,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,141,6,1) 0%, rgba(242,132,0,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f28400",GradientType=1);
}
.border-orange {
border-color:rgba(242,132,0,1)!important;
}


.silver{
background: #AAAAAA;
background: -moz-linear-gradient(left, #AAAAAA 0%, #BBBBBB 50%, #ccc 100%);
background: -webkit-linear-gradient(left, #AAAAAA 0%, #BBBBBB 50%, #ccc 100%);
background: linear-gradient(to right, #AAAAAA 0%, #BBBBBB 50%, #ccc 100%);
}




.minihero-text a.button,.btcolumn-link a, .button a, a.button, .button {
	color: #fff;
	background-color: /*rgb(76, 175, 80)*/ #00b6e4;
    border: none;
    color: #fff;
    font-size: inherit;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
	text-shadow: none;
    display: inline-block;
	border-radius: 5px;
}
.minihero-text a.button:hover,.btcolumn-link a:hover ,a.button:hover, .button:hover{
	background-color: /*rgb(66, 165, 70)*/ #f4901b;
    text-decoration: none;
    color:#f0f0f0
}





.ifl {
  float:left;
  margin:0 1em 1em 0;
}

.ifr{
  float:right;
  margin:0 0 1em 1em;
}

.clr {
	clear:both;
}

.highlight {background-color:#ffcc00;}

table {
	border-collapse:collapse;
	border: none;
}

table.table {
	clear:both;	
	border-collapse:collapse;
	border: none;	
	border-top: 1px solid #666;
	margin: 20px 0 5px 0;
	width:100%;
	font: 0.85em;	
}

.responsiveVideo, .flex-video {
   position: relative; padding-bottom: 56.25%; padding-top: 30px;  height: 0; overflow: hidden;
}

.responsiveVideo iframe, .flex-video iframe, .responsiveVideo object, .flex-video object, .responsiveVideo embed, .flex-video embed  {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.bildrechts {float:right; margin-left:10px;}
.bildlinks {float:left; margin-right:10px;}

.picfull {width:100%; height:auto;}
.pic2left {float:left; max-width:49%; margin: 3px 1% 2px 0; height:auto;}
.pic2right {float:right; max-width:49%; margin: 3px 0 2px 0.5%; height:auto;}

.pic3left {float:left; max-width:32%; margin: 3px 1.5% 2px 0; height:auto;}
.pic3right {float:right; max-width:32%; margin: 3px 0 2px 0.3%; height:auto;}

.pic4left {float:left; max-width:24%; margin: 3px 1% 2px 0; height:auto;}
.pic4right {float:right; max-width:24%; margin: 3px 0 2px 0.5%; height:auto;}


/* Small devices (tablets, up to 768px) */
@media (max-width: 600px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}

	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}
}

/* Small devices (Smartphone, up to <480px) */
@media (max-width: 479px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}

	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}
}