html, body {
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
    background-color: #fdc9a2;
    color: #505050;
    font-family: 'Poppins', sans-serif;
}
html, body a {
    font-size: 20px:
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
.intro {
    height: 100%;
	width: 100%;
	margin: auto;
    background: url(../../images/title2.JPG) 
    no-repeat 50% 50%;
	background-size: cover;
	display: table;
	top: 0;
}
#clearfixteam {
	clear: both;
	height: 100px;
}


/* MOUSE */

.mouse {
  display: block;
  background-color: #606060;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #c3b6ad;
  position: absolute;
  top: 550px;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  opacity: 0.9;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background: #fdc9a2;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}



/* CONTENT */
#content {
    padding: 4%;
}
.clearfix {
	clear: both;
	height: 40px;
}
.tab_port {

    width: 40%;
    padding: 5%;
	float: left;
/*    height: 200%;*/
}
.tabname {
    font-size: 1.5rem;
    text-transform: uppercase;
/*    padding-bottom: 1.5rem;*/
}
.tabname2 {
    font-size: 1.4rem;
}
.tabcontent {
    font-size: 1.1rem;
    padding-bottom: 1em;
}
.tab_leistung {
    width: 40%;
    padding: 5%;
	float: left;
/*    height: 600px;*/
}
.tabcontent_leistung {
    font-size: 1.1rem;
    padding-bottom: 1em;
}
.tabimg {
    float: right;
/*
    width: 100%;
    height: auto;
*/
}
.tab_video {
    float: right;
    width: 100%;
    height: 15rem;
}
.one-third-port {
	width: 29.333333%;
	padding: 2%;
	float: left;
}
/*
.one-third-port img:hover {
	opacity: 0.3;
    transition: 300ms;
}
*/
#introduction_out {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #fdc092;
}
#introduction_in {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-left: 12%;
    margin-right: 12%;
}
#introduction_in a {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.mail {
    text-decoration: none;
    color: #505050;
    font-size: 1.1rem;
}
.mail:hover {
    color: #afafaf;
    transition: 600ms;
}
#content_disclaimer {
    margin-left: 5%;
    margin-right: 5%;
}
#disclaimer {
    font-size: 1rem;
    line-height: 140%;
}
#disclaimer span {
    font-size: 1.3rem;
    line-height: 200%;
}
#DBL_img {
    height: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 13px;
    }
	.tab_port img {
/*		width: auto;*/
        padding-bottom: 20%;
	}
	.tab_port {
		width: 88%;
        height: auto;
		margin: 0 auto;
		padding: 4%;
	}
    .tab_leistung {
		width: 88%;
        height: auto;
		margin: 0 auto;
		padding: 4%;
	}
/*
    .tab_port iframe {
        padding: 19%;
    }
*/
    .tab_video {
/*        width: 88%;*/
/*        height: 50%;*/
/*        margin: 0 auto;*/
        padding-bottom: 20%;
    }
    .one-third-port img {
		padding: 2%;
	}
	.one-third-port {
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}
}

/*FOOT*/

#bottom {
    background-color: #ffebd9;
    width: 100%;
    float: left;
}
#footer {
    margin-left: 10px;
    margin-right: 10px;
}
#foot {
    padding: 1%;
    text-align: center;
    
}
.foot_text {
    line-height: 110%;
    
}
#foot a {
    text-decoration: none;
    font-size: 0.9rem;
    color: #505050;
/*	padding-bottom: 1%;*/
    padding-left: 3px;
    padding-right: 3px;
}
#foot a img {
    width: 0.8rem;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 0;
    padding-top: 0;
}
#foot a:hover {
    color: #9B9B9B;
    transition: all 800ms;
}
.foot_mobile {
    
}