

@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans/opensans-webfont.eot');
    src: url('../fonts/opensans/opensans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-webfont.svg#opensans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sp';
    src: url('../fonts/sp/sp-webfont.eot');
    src: url('../fonts/sp/sp-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sp/sp-webfont.woff2') format('woff2'),
         url('../fonts/sp/sp-webfont.woff') format('woff'),
         url('../fonts/sp/sp-webfont.ttf') format('truetype'),
         url('../fonts/sp/sp-webfont.svg#sp') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibrilight';
    src: url('../fonts/calibrilight/sp-webfont.eot');
    src: url('../fonts/calibrilight/sp-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibrilight/sp-webfont.woff2') format('woff2'),
         url('../fonts/calibrilight/sp-webfont.woff') format('woff'),
         url('../fonts/calibrilight/sp-webfont.ttf') format('truetype'),
         url('../fonts/calibrilight/sp-webfont.svg#calibrilight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/****************************************************************************************
**********************************  STYLESHEET CSS  *************************************
*****************************************************************************************/

body{
	width: 100%;
	height: auto;
	background-color: #F5F0EB;
	margin: 0;
	padding: 0;
	font-family: "opensans", "calibrilight", Calibri, sans-serif;
	font-size: 20px;
	overflow-y: scroll;
	overflow-x: hidden !important;
}

.inhalt{
	height: 100%;
	height: auto;
	min-height: 100%;
	width: 100%;

	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;

	padding: 0;
	text-align: center;
}






/*******************************************   ERWETERTE EINSTELLUNGEN   ****************************************/


	::selection { background: rgba(144,238,144,0.8); color: #fff;}
	::-moz-selection { background: rgba(144,238,144,0.8); color: #fff; }
	::-ms-selection { background: rgba(144,238,144,0.8); color: #fff; }
	::-webkit-selection { background: rgba(144,238,144,0.8); color: #fff; }/*SELEKTIONSFARBE BESTIMMEN */

	*:focus, *:active, *:visited{
	outline: 0;
  border: 0;
  }
*::-moz-focus-inner {
  border: 0;
}/*nach klick keinen Fokus auf das Element abgeben*/


.nav > li > a:hover, .nav > li > a:focus{
  outline: 0;
}







/************************************************   VERSCHIEDENE SECTION  ************************************************/

.backsection{
  margin-top: 176px;
	width: 100%;
	background-color: #F5F0EB;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}



.indexinhalt{
	width: 90%;
	height: auto;
	padding-bottom: 30px;
	margin: 0 auto;
	font-size: 25px;
}

.indextext{
	padding: 20px 90px 40px;
	margin: 0;
}

@media screen and (max-width: 980px) {
		.indextext{padding: 20px 20px 40px;}
}



/***********LINIEN NEBEN TITEL**************/

.h3{
	text-align:center;
	overflow:hidden;
	font-size: 50px;
	padding: 40px 0 20px;
	margin: 0!important;
	text-transform: uppercase;
	font-weight: lighter;
}

.h3b{
	text-align:center;
	overflow:hidden;
	font-size: 50px;
	padding: 50px 0 10px;
	margin: 0!important;
	text-transform: uppercase;
	font-weight: lighter;
}


.h3 .span, .h3b .span{
  display:inline-block;
  position:relative;
}
.h3 .span:after, .h3 .span:before, .h3b .span:after, .h3b .span:before{
  content:" ";
  display:block;
  height:1px;
  width:1000px;
  background:black;
  position:absolute;
  top:50%;
}
.h3 .span:before, .h3b .span:before{
  left:-1020px;
}
.h3 .span:after, .h3b .span:after{
  right:-1020px;
}




/**********DATENSCHUTZ&SO***************/

.datenschutztext, .impressumtext{
	font-size: 25px;
	margin-bottom: 0;
	padding-bottom: 60px;
	text-align: left;
}

/**********SITEMAP************/

.sitemaptext{
	font-size: 30px;
	text-align: left;
	padding-left: 20px;
}

.sitemaptext ul li a{
	list-style: none;
	text-decoration: none;
	color: rgb(50,50,50);
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.sitemaptext ul li a:hover{
	color: rgb(64,238,64);
	padding-left: 5px;
}


/**************** TEAM ******************/

.team_image{width: 600px; border-radius: 5px; box-shadow: 0 0 10px white;
  transition: all 0.2s linear; -webkit-transition: all 0.2s linear; margin-bottom: 30px;}
.team_image:hover{box-shadow: 0 0 5px white;}



/************************ HEAD *************************/
/************************************************  HEADER  ************************************************/
.navbar{
	margin-bottom: 0;
	border-radius: 0!important;
}

.navbar-default{
	width: 100%;
	position: fixed;
  z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgb(140,210,160);
  border: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.navbar-default1{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	background-color: #F5F0EB;
  border: none;
}

.navbar-nav>li>a{
	color: black!important;
}

.navbar-nav>li>.dropdown-menu{
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.titel{
	text-align: left;
	color: black;
  width: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.navbar-nav{
	float: right;
	margin: 70px 0 0 0;
	font-size: 30px;
	color: black;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.container{width: 90%;}

.dropdown:hover > .dropdown-menu{
	transform: scaleY(1);
  top: 100%;
}

.dropdown-menu{
  top: 20%;
  transform: scaleY(0);
  display: block;
  border: 0;
}

.dropdown-menu li a{font-size: 23px; outline: 0;}


.navbar-nav>li>a:hover{
  color: rgb(220,250,220)!important;
}

.navbar-nav>li>a:active{
	color: rgb(110,200,110)!important;
}

.dropdown, .dropdown-menu, .dropdown-menu>li>a, .dropdown-menu>li, .dropdown-menu, .navbar-nav>li>a, .navbar-collapse{
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
}

.dropdown-menu>li>a:hover{
	background-color: rgb(200,238,200);
}


.navbar-default .navbar-toggle .icon-bar{background-color: black;}
.navbar-default .navbar-toggle:active{background-color: rgb(200,230,200);}
.navbar-default .navbar-toggle:hover{background-color: rgb(140,230,10);}
.navbar-default .navbar-toggle:focus{background-color: rgb(200,230,200);}

.navbar-collapse.in{
	padding-top: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.navbar-collapse{
	padding-right: 0;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
  background-color: transparent!important;
}



@media screen and (max-width: 1020px) {
  .navbar-nav>li>a{padding: 10px;}

  .team_image{width: 300px;}
}





/*@media screen and (min-width: 1020px) {
  .titel{margin: 10px auto; width: 220px;}
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .titel{margin: 10px auto; width: 200px;}
}
@media screen and (max-width: 768px) {
  .titel{margin: 0px auto; width: 150px;}
}*/





	@media screen and (max-width: 768px) {
    .titel{float: left; margin:0;}
		.navbar-nav{text-align: left; padding: 20px 0 20px 0; float: none;}
		.navbar-collapse.in{
			transition: all .2s linear;
			-webkit-transition: all .2s linear;
			-moz-transition: all .2s linear;
			-ms-transition: all .2s linear;
			-o-transition: all .2s linear;
			overflow-y: hidden;
		}

		.navbar-collapse{overflow-x: hidden;}

    .dropdown-menu{
      top: 20%!important;
      left: 100px;
      z-index: 1111;
    }
    .dropdown-menu li a{font-size: 20px;}

}



/***************** NAV TOOGLE **************/

.navbar-toggle .icon-bar+.icon-bar{margin-top: 5px;}
.navbar-toggle .icon-bar{width: 23px;}
.navbar-default .navbar-toggle{
	float: right;
  border-color: black;
  margin-right: 5%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}


/******************************************   ARROW TOP   *************************************************/

.arrowtop{
	z-index: 9999;
	position: fixed;
	bottom: 55px;
	width: 40px;
	right: -40px;
	height: 40px;
	padding: 7px;
	border-radius: 40px;
	background-color: rgba(180,180,180,0.6);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.arrowtop:hover{
	background-color: rgba(144,238,144,0.5);
}


/*********************************************** INDEX ********************************************************/

.indextext{
	margin: 0;
	padding: 20px 130px 60px;
	font-size: 25px;
}

@media screen and (max-width: 768px){
	.indextext{padding: 20px 10px 50px!important;}
}

@media screen and (max-width: 980px){
	.indextext{padding: 20px 40px 50px;}
}

/***************BOXEN***********/
.boxen{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.grid, .gridMobile{
	margin: 0;
	padding: 0 0 50px 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}


.grid:after,
.item2:before {
	content: '';
  display: table;
}

.grid:after {
	clear: both;
}

.grid li{
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}

.gridMobile li{
  margin: 20px 10px;
}

.item2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow:
		inset 0 0 0 0 rgba(9,181,0, 0.4),
		inset 0 0 0 2px rgba(10,10,10, 1),
		0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
}


.img-1 {
	background-image: url(../Images/icons/group.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.img-2, .img-11 {
	background-image: url(../Images/icons/company.png);
	background-repeat: no-repeat;
	background-position: center center;
  background-size: 50%;
}

.img-3 {
	background-image: url(../Images/icons/product.png);
	background-repeat: no-repeat;
	background-position: center center;
  background-size: 50%;
}

.img-22{
  background-image: url(../Images/icons/contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

.img-33{
  background-image: url(../Images/icons/link.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
	transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}
.infoMobile{
  border-radius: 4px;
  border: 1px solid green;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.infoMobile:active, .infoMobile:focus{background-color: lightgreen;}

.item2:hover {
	box-shadow:
		inset 0 0 0 110px rgba(144,238,144, 0.9),
		inset 0 0 0 16px rgba(255,255,255,0),
		0 1px 2px rgba(0,0,0,0.1);
}

.item2:hover .info {
	opacity: 1;
	transform: scale(1);
  color: rgb(50,50,50);
}

.item2:active .info{
	box-shadow:
		inset 0 0 0 110px rgba(194,238,194, 0.9),
		inset 0 0 0 16px rgba(255,255,255,0),
		0 1px 2px rgba(0,0,0,0.1);
}





/************ INFRA *****************/

.infra_einleitung{margin: 20px auto 40px;}


.infra, .imp{
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 68px;
	padding-top: 68px;
  color: white;
  font-size: 30px;
}

.infraMobile{
  list-style: none;
  text-decoration: none;
  padding: 5px 10px;
  color: green;
  font-size: 30px;
  margin: 10px;
}



/************************************************** INFRASTRUKTUR *****************************************************/

.all{
	width: 100%;
	margin: 0px auto 20px;
}

/*******CONTAINER********/

.erste, .dritte, .funfte, .zweite, .vierte, .sechste{
	position: relative;
	display: inline-table;
	margin: 50px;
}

.infra_images, .produkt_images{
  position: relative;
	display: inline-table;
	margin: 70px 20px;}

/*********BILDER***********/

.b1{
	width: 320px;
	height: auto;
	margin-bottom: 10px;
	border-radius: 7px;
	box-shadow: 1px 1px 20px;
	transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.b1:hover{
	box-shadow: 1px 1px 5px rgb(100,100,100);
}

/********TEXTE********/

.ll{
	font-size: 27px;
	font-weight: bold;
	color: rgb(80,80,80);

  position: absolute;
  width: 340px;
  margin-top: -50px;
  margin-left: -10px;
}

.ss{
	font-size: 20px;
	font-style: italic;
	color: rgb(100,100,100);

  position: absolute;
  width: 340px;
  margin-left: -10px;
}


/************CAROUSEL****************/
.containerInfra{width: 100%;}


.modal-content{border: none;}

button.close {
  margin-top: 0px;
  margin-right: 10px;
}

.close {
  text-shadow: 0 1px 3px #fff;
  opacity: 1;
}

.carouselProd, .carouselInfra{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 30px;
	margin-bottom: 100px;
	z-index: 1000;
}

.carouselProd-inner>.item1>img, .carouselInfra-inner>.item1>img{
	border-radius: 10px;
}


.modal-body{padding: 0;}

.carouselProd-control, .carouselInfra-control{border-radius: 10px;}


@media screen and (max-width: 600px){
	.erste, .dritte, .funfte, .zweite, .vierte, .sechste{
		margin: 50px 0;
		width: 300px;
	}
}


@media screen and(max-width: 767px){
	button.close{margin-right: 6%;}
}



@media (min-width: 768px){
  .modal-dialog {width: 700px;}
}

@media (min-width: 900px){
  .modal-dialog {width: 800px;}
}


/*********************************************** KONTAKT ***************************************/
form{display: block;}

input, textarea{
	font-size: 20px;
	font-family: opensans, Calibri, "sans-serif";
	padding: 5px 15px;
	display: block;
	width: 70%;
	margin: 2px auto 15px;
	border-radius: 3px;
	border: 1px solid grey;
	box-shadow: none;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

input:focus, textarea:focus{
	padding: 7px 15px;
	border: 1px solid rgb(144,238,144);
	box-shadow: 0px 0px 3px rgb(144,238,144);
}

input:hover, textarea:hover{
	border: 1px solid rgb(144,238,144);
	box-shadow: 0px 0px 3px rgb(144,238,144);
}


.nachricht{
	min-height: 50px;
	max-height: 300px;
	height: auto;

	width: auto;
	min-width: 70%;
	max-width: 70%;
}

#map{margin-top: 50px;height: 400px;width: 100%;}

.senden, .abbrechen{
	font-family: opensans, Calibri, "sans-serif";
	font-size: 25px;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	display:inline-table;
	border: none;
	background: rgb(144,238,144);
	margin: 20px auto 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.senden{background: rgb(124,238,124); float: right;}
.abbrechen{background: rgb(238,124,124); float: left;}



.senden:hover{
	background: rgb(84, 238, 84);
	transform: scale(1.04);
	border: none;
}

.abbrechen:hover{
	background: rgb(238, 84, 84);
	transform: scale(1.04);
	border: none;
}



.s1, .s2, .s3, .s4, .s5, .s6, .s7{
	font-size: 17px;
	text-align: right;
	display: inline-block;
	position: absolute;
	width: auto;
	right: 19%;
	margin-top: -15px;
	color: rgb(238,32,32);
	font-weight: lighter;
}

.l1, .l2, .l3, .l4, .l5, .l6, .l7, .l8{
	font-size: 23px;
	text-align: left;
	display: inline-block;
	width: 70%;
	margin-bottom: 0px;
}


/**************OBEN****************/

.kontakttitel{
	font-size: 50px;
	text-align: center;
	padding: 50px 0 5px;
	margin: 0;
	border-bottom: 1px solid grey;
	text-transform: uppercase;
}


.adresse{
	font-size: 27px;
	margin-bottom: 50px;
	margin-top: 20px;
}


.adresse p{
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px auto;
}






@media screen and (max-width: 768px) {

	input{width: 100%;}

	.nachricht{min-width: 100%; max-width: 100%;}

	.l1, .l2, .l3, .l4, .l5, .l6, .l7{width: 100%;}

	.s1, .s2, .s3, .s4, .s5, .s6, .s7{right: 10%;}

	.senden{width: 100px; height: 100px; border-radius: 50px; right: 10%; font-size: 20px; margin: 50px auto 0;}
	.abbrechen{width: 100px; height: 100px; border-radius: 50px; left: 10%; font-size: 18px; margin: 50px auto 0;}

	.allcaptcha{width: 100%;}
	.captcha{width: 100%; display: block;}
	.reload{float: none; margin-top: 10px;}
	.captchaimage{float: none; margin-top: 20px;}

}

@media screen and (max-width: 500px) {
  .infra_images, .produkt_images{margin: 70px 10px;}
  .b1{width: 220px;}
  .ll, .ss{width: 240px;}
}











/******************************* LINKS ************************************************************/


.linkstext{
	height: auto;
	margin: 50px auto 50px;
}


/*******************LINKS******************/
a{text-decoration: none; list-style: none; color: rgb(120,210,120);}
a:hover{text-decoration: none;}

.view {
	  display: inline-block;
    width: 300px;
    height: 200px;
    margin: 0px 15px 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 3px black;
    border-radius: 4px;
    background-color: white;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.view .viewLink{width: 300px; height: 200px; position: absolute; z-index: 10;}

.view .mask{
    position: absolute;
    width: 300px;
    height: 200px;
    overflow: hidden;
    top: 0;
    opacity: 0;
}

.view img {
    opacity: 1;
    background-repeat: no-repeat;
    width: 150px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.view h2{
	   font-size: 27px;
    padding-bottom: 10px;
    color: rgb(120,210,120);
    margin: 20px 0 0 0;
    border-bottom: 1px solid rgb(140, 210, 160);
    margin: 20px 40px 0px 40px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.view p {
	 font-style: italic;
    font-size: 22px;
    padding: 10px 20px 20px;
    opacity: 0;
    color: rgb(120,210,120);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.view p, .view h2, .view .mask, .view img{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.view:hover h2, .view:hover p{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

.view:hover img, .view:focus img {opacity: 0;}
.view:hover .mask, .view:focus .mask {opacity: 1;}
.view:hover, .view:focus {background-color: #f5f5f5;}

.view h2:hover, .view p:hover{color: green; cursor: pointer;}


@media screen and (min-width: 1810px) {
    .backsectionimage{background: none;}
    .backsectionlinks{background-color: #f5f5f5;}
}

@media screen and (max-width: 500px) {
  .view{width: 180px; height: 120px;}
  .view .mask{width: 180px; height: 120px;}
  .view img{width: 90px;}
  .view h2{font-size: 23px; padding-bottom: 7px; margin: 10px 10px 0px 10px;}
  .view p{font-size: 19px; padding: 5px 5px 10px;}
}



/**************************************** FOOTER ******************************************/

/************************************************  FOOTER  ************************************************/

.backfooter{
	width: 100%;
	background-color: #F5F0EB;
	position: relative;
  bottom: 0;
  z-index: 0;
}

footer{
	margin: 0 auto;
  text-align: center;
	width: 90%;
	clear:left;
	color: black;
	border-top: 1px solid black;
}

.copyright{
	text-align: left;
	font-size: 16px;
	margin-top: -23px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.anothersites{
	text-align: right;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.anothersites a{
	text-decoration: none;
	list-style: none;
	color: black;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0;
	border-left: 1px solid grey;
}

.anothersites a:first-child{
	border-left: none;
}

.anothersites a:hover{
	color: rgb(84,238,84);
}

.fi{
	padding-bottom: 20px;
  margin-top: -20px;
}



.titelfooter{
	font-size: 40px;
	font-family: "sp", "sans-serif";
	text-align: center;
	z-index: 20;
	font-weight: lighter;
	margin-bottom: 0;
}

.titel2footer{
	font-size: 45px;
}

@media screen and (max-width: 1024px) {
	.copyright, .anothersites{text-align: center; padding-top: 15px;}
	.copyright{padding-top: 35px;}
}






/************ SLIDESHOW ****************/

.fill{
  width: auto;
  min-width: 100%;
}

.carousel1-indicators{bottom: 0!important;}


@media screen and (max-width: 600px){
  #myCarousel1{display: none;}
}

@media screen and (min-width: 1900px){
  #myCarousel1{display: none;}
}

@media screen and (max-width: 900px){
  .carousel-caption h2{font-size: 25px;}
  .carousel-caption{bottom: 10px;}
}







/*******************************************************************************************************
************************************************  ENDE  ************************************************
*******************************************************************************************************/
