@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700" type="text/css');
@import url(css/content.css);
@media all {

	/* Allgemein
    -------------*/
	body, #content_a, #content_b, textarea {
		font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
		font-size: 15px;
		color: #34404E;
	}

	body {
		background-color: #F0F2F3;
	}

	* {
		outline: 0 !important;
	}

	.clear {
		clear: both;
		height: 0;
		line-height: 0;
	}

	.shadow {
		background: #fff;
		position: relative;
		-webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 0 0 1px, #d8dadb 1px 1px, #d8dadb 2px 2px, #d9dbdc 3px 3px, #d9dbdc 4px 4px, #dadcdd 5px 5px, #dadcdd 6px 6px, #dadcdd 7px 7px, #dbddde 8px 8px, #dbddde 9px 9px, #dcdedf 10px 10px, #dcdedf 11px 11px, #dcdedf 12px 12px, #dddfe0 13px 13px, #dddfe0 14px 14px, #dee0e1 15px 15px, #dee0e1 16px 16px, #dee0e1 17px 17px, #dfe1e2 18px 18px, #dfe1e2 19px 19px, #e0e2e3 20px 20px, #e0e2e3 21px 21px, #e0e2e3 22px 22px, #e1e3e4 23px 23px, #e1e3e4 24px 24px, #e2e4e5 25px 25px, #e2e4e5 26px 26px, #e2e4e5 27px 27px, #e3e5e6 28px 28px, #e3e5e6 29px 29px, #e4e6e7 30px 30px, #e4e6e7 31px 31px, #e4e6e7 32px 32px, #e5e7e8 33px 33px, #e5e7e8 34px 34px, #e6e8e9 35px 35px, #e6e8e9 36px 36px, #e6e8e9 37px 37px, #e7e9ea 38px 38px, #e7e9ea 39px 39px, #e8eaeb 40px 40px, #e8eaeb 41px 41px, #e8eaeb 42px 42px, #e9ebec 43px 43px, #e9ebec 44px 44px, #eaeced 45px 45px, #eaeced 46px 46px, #eaeced 47px 47px, #ebedee 48px 48px, #ebedee 49px 49px, #eceeef 50px 50px, #eceeef 51px 51px, #eceeef 52px 52px, #edeff0 53px 53px, #edeff0 54px 54px, #eef0f1 55px 55px, #eef0f1 56px 56px, #eef0f1 57px 57px, #eff1f2 58px 58px, #eff1f2 59px 59px, #f0f2f3 60px 60px;
		box-shadow: rgba(0, 0, 0, 0.06) 0 0 0 1px, #d8dadb 1px 1px, #d8dadb 2px 2px, #d9dbdc 3px 3px, #d9dbdc 4px 4px, #dadcdd 5px 5px, #dadcdd 6px 6px, #dadcdd 7px 7px, #dbddde 8px 8px, #dbddde 9px 9px, #dcdedf 10px 10px, #dcdedf 11px 11px, #dcdedf 12px 12px, #dddfe0 13px 13px, #dddfe0 14px 14px, #dee0e1 15px 15px, #dee0e1 16px 16px, #dee0e1 17px 17px, #dfe1e2 18px 18px, #dfe1e2 19px 19px, #e0e2e3 20px 20px, #e0e2e3 21px 21px, #e0e2e3 22px 22px, #e1e3e4 23px 23px, #e1e3e4 24px 24px, #e2e4e5 25px 25px, #e2e4e5 26px 26px, #e2e4e5 27px 27px, #e3e5e6 28px 28px, #e3e5e6 29px 29px, #e4e6e7 30px 30px, #e4e6e7 31px 31px, #e4e6e7 32px 32px, #e5e7e8 33px 33px, #e5e7e8 34px 34px, #e6e8e9 35px 35px, #e6e8e9 36px 36px, #e6e8e9 37px 37px, #e7e9ea 38px 38px, #e7e9ea 39px 39px, #e8eaeb 40px 40px, #e8eaeb 41px 41px, #e8eaeb 42px 42px, #e9ebec 43px 43px, #e9ebec 44px 44px, #eaeced 45px 45px, #eaeced 46px 46px, #eaeced 47px 47px, #ebedee 48px 48px, #ebedee 49px 49px, #eceeef 50px 50px, #eceeef 51px 51px, #eceeef 52px 52px, #edeff0 53px 53px, #edeff0 54px 54px, #eef0f1 55px 55px, #eef0f1 56px 56px, #eef0f1 57px 57px, #eff1f2 58px 58px, #eff1f2 59px 59px, #f0f2f3 60px 60px;
		margin-top: 20px;
	}

	.upper {
		text-transform: uppercase;
	}

	i.fa, i.glyphicon,
	span.fa, span.glyphicon {
		font-size: 14px;
	}

	.fa-nbsp, i.glyphicon-nbsp {
		padding-right: 8px;
	}

	.pad-right {
		padding-right: 10px;
	}

	.pad-left {
		padding-left: 10px;
	}

	.pad-top {
		padding-top: 10px;
	}

	.pad-bottom {
		padding-bottom: 10px;
	}

	.pad-all {
		padding: 10px;
	}

	.pad-right-half {
		padding-right: 10px;
	}

	.pad-left-half {
		padding-left: 10px;
	}

	/* Layout
    ----------*/
	.header {
		padding: 30px 0 10px 0;
	}

	.header .logo {
		padding: 0 0 0 20px;
	}

	#mainbody {
		width: 1110px;
		/* width: 100%; */
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	/* Navigation
    --------------*/
	.mainnav {
		border: 0px none;
		border-radius: 0px;
		background-image: linear-gradient(to bottom, #383838 0%, #2F2F2F 100%);
		background-color: #383838;
		background-repeat: repeat-x;
		height: 55px;
		margin-bottom: 0;
	}

	.mainnav li {
		position: relative;
		display: block;
		float: left;
	}

	.mainnav a {
		display: block;
		color: #CCCCCC;
		line-height: 55px;
		padding: 0 20px 0 20px;
		text-transform: uppercase;
	}

	.mainnav ul ul li a {
		padding: 0 0 0 10px;
	}

	.mainnav a.active {
		background-color: #014a92;
		color: #ffffff;
	}

	.mainnav li li {
		float: none;
		padding: 0;
	}

	.mainnav .fa {
		padding-left: 3px;
	}

	.mainnav ul ul {
		display: none;
		position: absolute;
		z-index: 10;
		background-color: #ffffff;
		top: 55px;
		min-width: 200px;
		padding: 10px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	}

	.mainnav ul ul a {
		display: block;
		color: #222222;
		line-height: 35px;
		padding: 0 20px 0 20px;
		text-transform: inherit;
		white-space: nowrap;
		border-top: 1px solid #f2f2f2;
	}

	.mainnav ul li.first a {
		border-top: none;
	}

	.mainnav ul li a:hover {
		background-color: #000000;
	}

	.mainnav ul ul li a:hover {
		background-color: transparent;
		color: #014a92;
	}

	.mainnav .level2 {
		position: relative;
		top: 60px;
		background-color: #2d8ac7 !important;
		display: block;
		border: 1px solid red;
	}

	.mainnav .level2 li {
		display: block;
	}

	.mainnav .head-search {
		color: #ffffff;
	}

	.mainnav .head-search {
		position: absolute;
		right: 0;
		min-height: 50px;
		line-height: 55px;
		cursor: pointer;
	}

	.mainnav .head-search .fa {
		padding: 0 20px 0 20px;
		cursor: pointer;
	}

	.mainnav .search-box {
		display: none;
		position: absolute;
		top: 0px;
		padding: 8px;
		background-color: #383838;
		right: 0px;
		z-index: 5;
		min-width: 200px;
		box-sizing: border-box;
	}

	/* Emotions
	------------*/
	.emotion {
		position: relative;
		height: 210px;
		width: 100%;
	}

	.emotion .elm {
		position: absolute;
		top: 0;
		height: 210px;
		width: 100%;
		background-position: center;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	.emotion .title {
		display: inline-block;
		position: relative;
		top: 130px;
		background-image: url("img/black-50.png");
		padding: 10px;
		color: #ffffff;
		font-size: 25px;
	}

	/* Quicklinks
	--------------*/
	.mobile-languages {
		display: none;
	}

	.quicklinks {
		float: right;
		height: 32px;
		margin: 20px 0 0 0;
	}

	.quicklinks ul {
		float: left;
		margin-left: 10px;
	}

	.quicklinks li,
	.quicklinks li img {
		display: inline-block;
	}

	.quicklinks li a {
		display: inline-block;
		color: #999999;
		line-height: 32px;
		height: 32px;
		min-width: 32px;
		text-align: center;
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		border-right: 1px solid #E5E5E5;
		border-left: 1px solid transparent;

	}

	.quicklinks li a.inactive {
		opacity: 0.3;
	}

	.quicklinks li a:hover {
		background-color: #014a92;
		border: 1px solid #00386e;
		color: #ffffff;
	}

	.quicklinks li:last-child a {
		border-right: 1px solid transparent;
	}

	.quicklinks li.sep a {
		border: 1px solid #AAAAAA;
		margin-left: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Content
    -----------*/
	.content {
		background-color: #ffffff;
		padding: 20px;
		min-height: 200px;
	}

	.content img {
		cursor: -moz-zoom-in;
		cursor: -webkit-zoom-in;
		cursor: zoom-in;
		max-width: 100%;
	}

	.content img.no-fancybox {
		cursor: inherit;
	}

	/* To-Top Button
    -----------------*/
	#back-to-top {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 999;

	}

	#totop {
		display: none;
		opacity: 0.5;
	}

	#totop:hover {
		opacity: 1;
	}

	/* page-Selector
    -----------------*/
	#page_selector {
		position: absolute;
		top: 10px;
		right: 10px;
		opacity: 0.1;
	}

	#page_selector:hover {
		opacity: 0.8;
	}

	#page_selector select {

	}

	#page_selector option {
		padding: 3px;
	}

	/* Footer
    ----------*/
	.footer {

	}

	.footer p > a, .footer p {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 400;
		margin-top: 0;
		text-align: left;
		color: #CCCCCC;
	}

	.footer p > a:hover {
		color: #CCCCCC;
	}

	.footer .fa {
		padding-right: 10px;
		font-size: 40px;
		color: #CCCCCC;
		padding-bottom: 0;
		margin-bottom: 10px;
		text-align: left;
		float: left;
	}
	
.footer .social .fa {
	padding: 15px; 
	font-size: 20px; 
	width: 15px; 
	text-align: center; 
	text-decoration: none; 
	margin: 5px 2px; 
	border-radius: 15%;
}

.square-social .fa {
  padding: 3px;
  font-size: 15px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin-left: 2px;
}

.footer .social .fa:hover{
	/**width: 50px;
	font-size: 50px;**/
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.footer .social .fa-facebook{
	background: #3B5998;
	color: white;
}

.square-social .fa-facebook{
	background: #3B5998;
	color: white;
}

.footer .social .fa-twitter {
  background: #55ACEE;
  color: white;
}

.square-social .fa-twitter{
  background: #55ACEE;
  color: white;
}

.footer .social .fa-google-plus {
  background: #dd4b39;
  color: white;
}

.square-social .fa-google-plus {
  background: #dd4b39;
  color: white;
}

.footer .social .fa-linkedin {
  background: #007bb5;
  color: white;
}

.square-social .fa-linkedin {
  background: #007bb5;
  color: white;
}

.footer .social .fa-youtube {
  background: #bb0000;
  color: white;
}

.square-social .fa-youtube {
  background: #bb0000;
  color: white;
}

.footer .social .fa-instagram {
  background: #8134AF;
  color: white;
}

.square-social .fa-instagram {
  background: #8134AF;
  color: white;
}

.footer .social .fa-xing {
background: #026466;
color: white;
}

.square-social .fa-xing {
background: #026466;
color: white;
}

.footer .social .fa_rss {
background: #ff6600;
color: white;
}

.square-social .fa_rss {
background: #ff6600;
color: white;
}

.footer .social .fa-map-marker{
background: #ff6600;
color:white;
}

.square-social .fa-map-marker{
background: #ff6600;
color:white;
}


	.footer ul {
		clear: both;
		list-style-type: none;
		text-align: left;
	}

	.footer h3 a {
		color: #CCCCCC;
	}

	.footer ul a {
		display: block;
		color: #CCCCCC;
		padding-top: 3px;
	}

	.footer a:hover,
	.footer a:hover * {
		color: #014A92;
	}

	.footer strong {
		color: #AAAAAA;
	}

	/* Products
    ------------*/
	.page_products h4 {
		margin-bottom: 0;
	}

	.th-services {
		margin-bottom: 10px;
	}

	.th-services:hover {
		opacity: 0.7;
		cursor: pointer;
	}

	/* Product
    -----------*/
	.ego-tab {
		list-style-type: none;
		margin: 25px 0 0 0 !important;
		text-transform: uppercase;
		background-image: url("img/dot.png");
		background-position: bottom;
		background-repeat: repeat-x;
		height: 45px;
		padding: 0 !important;
	}

	.ego-tab li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.ego-tab li a {
		display: inline-block;
		border-radius: 0;
		color: #555;
		cursor: default;
		border: 1px solid #014a92;
		padding: 7px 15px;
		margin-right: 10px;
		cursor: pointer;
		background-color: #014a92;
		color: #ffffff;
		margin-bottom: 0;
		border-top-right-radius: 5px;
		position: relative;
		border-bottom: 0;
	}

	.ego-tab li.active a {
		text-decoration: none;
		background-color: #FFFFFF;
		color: inherit;
		border-color: #CCCCCC;
		padding-top: 7px;
		padding-bottom: 15px;
	}

	.ego-tab li a:hover {
		opacity: 0.7;
	}

	.ego-tab li.active a:hover {
		opacity: 1;
	}

	.ego-tab-content {
		padding-top: 15px;
		clear: both;
	}

	.ego-tab-content > div {
		display: none;
	}

	.ego-tab-content > div.active {
		display: block;
	}

	/* Navigation
    --------------*/
	.ego-nav {
		padding: 0;
		margin: 0;
	}

	.ego-nav li {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.ego-nav li a {
		text-decoration: none !important;
	}

	.ego-nav li a {
		display: block;
	}

	.ego-nav a.active,
	.ego-nav a.active:hover {
		background-color: #014a92;
		color: #ffffff;
	}

	.ego-nav a:hover {
		background-color: #cecece;
		color: #000000;
	}

	.ego-nav li li li {
		background-color: #E6E6E6;
	}

	.level1 a {
		padding: 10px 10px 10px 15px;
		border-bottom: 1px dotted #cecece;
	}

	.level2 li {
		background-color: #efefef;
	}

	.level2 a {
		padding: 5px 10px 5px 35px;
	}

	.level3 a {
		padding: 5px 10px 5px 60px;
		border-bottom: none;
	}

	.level4 a {
		display: none;
	}

	.ego-nav .fa {
		display: inline-block;
		float: left;
		padding-top: 3px;
		padding-left: 5px;
		width: 15px;
		height: 20px;
		text-align: left;
		padding-right: 0 !important;
	}

	.ego-nav .fa-loading {
		background-image: url("img/ajax-loader.gif");
		background-position: 3px center;
		background-repeat: no-repeat;
		background-color: transparent;
	}

	/* Breadcrumb
    --------------*/
	.breadcrumb {
		display: block;
		padding: 4px 15px 8px 15px;
		list-style-type: none;
		background-color: #f5f5f5;
	}

	.breadcrumb li {
		display: inline-block;
	}

	.breadcrumb li a {
		display: inline-block;
		padding-left: 0;
		padding-right: 5px;

	}

	.breadcrumb * {
		font-size: 14px;
	}

	.breadcrumb li a:after {
		padding: 0 0 0 5px;
		color: #ccc;
		content: "/\00a0";
	}

	.breadcrumb li:first-child a:after {
		padding-left: 10px;
	}

	/* Blöcke
    ----------*/
    .block-video{
		width: 100%;
		height: auto;
	}
    
	.block-img-text img,
	.block-img-1-1-1 img {
		width: 100%;
		height: auto;
	}

	.block-img-x6 {
		width: 100%;
		height: auto;
	}
	
	.block-img-3 img,
	.block-img-3 picture * {
		max-width: 100%;
		height: auto;
	}
	
	.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    /**content: "\2212";**/
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

	/* Fileliste
    -------------*/
	.filelist {
		list-style-type: none;
	}

	.filelist li {
		list-style: none;
		margin-bottom: 10px;
		padding-left: 22px;
		background: no-repeat 0 3px;
	}

	.filelist li a,
	.filelist li p,
	.filelist li small {
		display: inline-block;
		clear: both;
		margin: 0;
	}

	.filelist li small {
		opacity: 0.3;
		cursor: default;
	}

	/* carousel
    ------------*/
	.accordion h3 {
		border: 1px solid #dddddd;
		margin: 5px 0 0 0;
		padding: 5px 10px;
		cursor: pointer;
		background-color: #f5f5f5;
		font-size: 16px;
	}

	.accordion h3:hover {
		background-color: #f1f1f1;
	}

	.accordion .filelist {
		border: 1px solid #dddddd;
		border-top: 0;
		padding: 10px;
	}

	.accordion .fa {
		display: inline-block;
		padding-top: 2px;
		vertical-align: top;
		width: 5px;
	}

	/* Überschrifttrenner
    ----------------------*/
	h3.section {
		background: #F9F9F9 none repeat scroll 0 0;
		border-bottom: 1px solid #EEE;
		font-size: 18px;
		margin: 0;
		padding: 15px 20px;
		text-transform: uppercase;
	}

	/* Fancybox
    ------------*/
	/* Scrollbar rechts ausblenden **/
	.fancybox-overlay {
		overflow: hidden !important;
	}

	.fancybox span {
		display: none;
	}

	.fancybox-title {
		background-color: #FFFFFF !important;;
		color: #000000 !important;;
		opacity: 0.7 !important;
		right: 0;
	}

	.fancybox-maintitle {
		opacity: 0.7;
		padding: 10px;
		position: absolute;
		background-color: #ffffff;
		font-weight: bold;
		right: 0;
		left: 0;
		z-index: 8050;
	}

	.fancybox-maintitle a {
		display: inline-block;
		padding-top: 3px;
		font-size: 12px;
		color: #000000;
		padding-left: 15px;
		opacity: 0.3;
	}

	.fancybox-maintitle a:hover {
		color: inherit;
		opacity: 1;
	}

	/* Rechte Buttons
    ------------------*/
	.btn-rights {
		position: absolute;
		right: -37px;
		height: 300px;
		width: 37px;
	}

	.btn-rights img {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		margin-bottom: 5px;
		opacity: 0.2;
		cursor: pointer;
	}

	.btn-rights img:hover {
		opacity: 1;
	}

	/* Bildergalerie
    -----------------*/
	.ego-gallery {
		padding: 20px;
	}

	.ego-gallery .col-3 {
		height: 150px;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
	}

	.ego-gallery a:hover {
		opacity: 0.8;
	}

	.ego-gallery img {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding-right: 10px;
	}

	.ego-gallery p {
		font-size: 12px;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 3px;
		margin: 0 10px 0 0;
		background-image: url("img/white-75.png");
		color: #000000;
	}

	/* Pagination
    --------------*/
	.ego-pagination a {
		display: inline-block;
		border: 1px solid #eeeeee;
		width: 35px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-right: 3px;
		text-decoration: none !important;
	}

	.ego-pagination a:hover {
		background-color: #014A92;
		color: #ffffff;
	}

	.ego-pagination a.active {
		background-color: #014A92;
		color: #ffffff;
	}

	/** Article-Liste
    ------------------*/
	.content .ego-list {
		margin: 0 0 10px 0;
	}

	.content .ego-list li {
		list-style-type: none;
		clear: both;
		border-bottom: 1px solid #eeeeee;
		padding: 10px 0 10px 0;
	}

	.content .ego-list h3 {
		margin: 0 0 10px 0;
	}

	.content .ego-list a {
		text-decoration: none;
	}

	.content .ego-list a p {
		color: #333333;
	}

	.content .ego-list img {
		max-width: 150px;
		float: left;
		margin-right: 15px;
	}

	/* Tabbox-Element
    -------------------*/
	.tabbox {
		border: 1px solid #dddddd;
	}

	.tabbox-tabs {
		background-color: #eeeeee;
		background-image: url("img/dot.png");
		background-position: bottom;
		background-repeat: repeat-x;
	}

	.tabbox-tabs a {
		display: inline-block;
		padding: 10px 15px;
		text-decoration: none;
		border-right: 1px solid #dddddd;
		color: #333333;
	}

	.tabbox-tabs a:hover {
		opacity: 0.8;
		text-decoration: none;
	}

	.tabbox-tabs a.active {
		background-color: #ffffff;
	}

	.tabbox-content .tabcontent {
		padding: 15px;
		display: none;
	}

	.tabbox-content img {
		max-width: 100%;
		height: auto;
	}

	.tabbox-content div.active {
		display: block;
	}

	/* Login-Dialog
    ----------------*/
	.dialog-login {
		width: 340px;
		background-color: #cecece;
	}

	.dialog-login * {
		font-size: 14px;
	}

	.dialog-login .fancybox-skin {
		border-radius: 0;
	}

	.dialog-login img {
		margin-bottom: 20px;
	}

	.dialog-login h2 {
		margin-top: 0;
	}

	.dialog-login input[type=submit] {
		width: 100%;
	}

	.dialog-login input {
		margin-bottom: 10px;
	}

	.dialog-login .pw-lost {
		color: #666666;
	}

	/* Kontakt-Dialog
    -------------------*/
	.contact-dialog {
		width: 400px;
	}

	.contact-dialog form {
		width: 600px;
	}

	.contact-dialog .fancybox-skin {
		border-radius: 0;
	}

	/*Imageslider Logic*/
	.slideshow-container {
		max-width: 100%;
		position: relative;
		margin: auto;
		max-height: 100%;
	}

	.slide {
		display: none;
	}

	.slideprev,
	.slidenext {
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: auto;
		margin-top: -22px;
		padding: 16px;
		color: white;
		font-weight: bold;
		font-size: 25px;
		transition: 0.6s ease;
		border-radius: 0 3px 3px 0;
		text-decoration: none !important;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.slidenext {
		left: 68%;
		border-radius: 3px 0 0 3px;
	}

	.slide > .numbertext {
		color: #f2f2f2;
		font-size: 12px;
		padding: 8px 12px;
		position: absolute;
		top: 0;
	}

	.slidedot {
		cursor: pointer;
		height: 13px;
		width: 13px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	}

	.slideactive, .slidedot:hover {
		background-color: #717171;
	}

	/* Fading animation */
	.slide .fade {
		-webkit-animation-name: fade;
		-webkit-animation-duration: 1.5s;
		animation-name: fade;
		animation-duration: 1.5s;
	}

	#dotslider {
		margin-left: 32.5%;
	}

	/*PDF Zeile (Tabcontainer Block)*/
	.poolname {
		line-height: 50px;
	}
	
	/*Diverses*/
.contactbox_contact{
	background-color: white;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 10px;
}
}

@keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@media (max-width: 370px){
	.mobile-languages {
		position: static !important;
		margin-top: 20px;
	}
}