/*
 *  variables
 */
/*
 *  mixins
 */
/*
 *  general declarations
 */
@font-face {
    font-family: 'BankGotBT';
    src: url('../fonts/BankGothicBT-Medium.eot');
    src: url('../fonts/BankGothicBT-Medium.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/TrebuchetMS.woff2') format('woff2'),*/
         url('../fonts/BankGothicBT-Medium.woff') format('woff'),
         url('../fonts/BankGothicBT-Medium.ttf') format('truetype'),
         url('../fonts/BankGothicBT-Medium.svg#BankGothicBT-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialBoldMT';
    src: url('../fonts/Arial-BoldMT.eot');
    src: url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/Gotham-Bold.woff2') format('woff2'),*/
         url('../fonts/Arial-BoldMT.woff') format('woff'),
         url('../fonts/Arial-BoldMT.ttf') format('truetype'),
         url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialBoldItalicMT';
    src: url('../fonts/Arial-BoldItalicMT.eot');
    src: url('../fonts/Arial-BoldItalicMT.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/Arial-BoldItalicMT.woff2') format('woff2'),*/
         url('../fonts/Arial-BoldItalicMT.woff') format('woff'),
         url('../fonts/Arial-BoldItalicMT.ttf') format('truetype'),
         url('../fonts/Arial-BoldItalicMT.svg#Arial-BoldItalicMT') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialMT';
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT?#iefix') format('embedded-opentype'),
         /*url('../fonts/TrebuchetMS-Bold.woff2') format('woff2'),*/
         url('../fonts/ArialMT.woff') format('woff'),
         url('../fonts/ArialMT.ttf') format('truetype'),
         url('../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialItalicMT';
    src: url('../fonts/Arial-ItalicMT.eot');
    src: url('../fonts/Arial-ItalicMT?#iefix') format('embedded-opentype'),
         /*url('../fonts/TrebuchetMS-Bold.woff2') format('woff2'),*/
         url('../fonts/Arial-ItalicMT.woff') format('woff'),
         url('../fonts/Arial-ItalicMT.ttf') format('truetype'),
         url('../fonts/Arial-ItalicMT.svg#Arial-ItalicMT') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7{
	font-family: 'ArialBoldItalicMT' !important;
	font-size: 24px;
	line-height: 24px;
	line-break: loose;
	margin-top: 0.67em;
    margin-right: 0px;
    margin-bottom: 0.67em;
    margin-left: 0px;
}
p {
	font-family: 'ArialItalicMT' !important;
	padding-left: 0px;
	font-size: 14px;
}
li,
ul {
	list-style-image: url(../img/arrow.png);
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
	 background-color: #000000;
	 overflow-x:hidden;
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
}
.main_container {
    /*overflow-x:hidden;*/
}
a {
	position: relative;
	text-decoration:none !important;
	color:white;
	/* margin: 0px 0px 0px 0px !important;*/
	/*font-size: 16px;*/
	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	-ms-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}
.main-nav a {
	position: relative;
	text-decoration:none !important;
	color:white;
	margin: 0px 30px 0px 30px !important;
	font-size: 16px;
	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	-ms-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}
textarea,
input {
	background-color:transparent;
	padding-top:5px;
	
	line-height:16px;
	/*width:200px;*/
	border-color:#FFFFFF;
	border-radius:10px;
	/*color: #3ab1fc;*/
}


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

/*
 *  clearfix
 */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/* GALERIE-Elemente */

.errorlayer {
	position:fixed;
	visibility:hidden;
	width:1024px;
	height:768px;
	/*height:100%;*/
	z-index:1002;
	left:0px;
	top:0px;
}
.errortext {
	font-family: 'Gotham-Bold';
	font-size: 12px;
	line-height: 1.5em;
	text-align:center;
	color: #ffffff;
	background-color:#000000;
	position:fixed;
	cursor:pointer;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
	padding:20px 20px 20px 20px;
}
.mask {
	position:fixed;
	background-color:#000;
	z-index:1001;
	visibility:hidden;
	width:1024px;
	height:768px;
	/*height:100%;*/
	opacity:0;
	left:0px;
	top:0px;
	background-image:url(../img/error.gif);
	background-repeat:repeat;
	-webkit-transition:opacity 0.5s ease-in-out;/*safari*/
	-moz-transition:opacity 0.5s ease-in-out;/*mozilla*/
	-ms-transition:opacity 0.5s ease-in-out;/*explorer9*/
	-o-transition:opacity 0.5s ease-in-out;/*opera*/
	transition:opacity 0.5s ease-in-out;/*chrome&co*/
}
.testdiv{
	position:absolute;
	z-index:999;
	color:#ffffff;
	text-align: center;
	width: 100%;
	height: auto;
	top: 740px;
	text-shadow: 0 0 20px #000;
	background: rgb(0,0,0,0.5);
	/*display:none;*/
}
.description{
	position: absolute;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: auto;
	top: 740px;
	z-index:998;
	display: none;
}
.loader{
	position:fixed;
	z-index:1125;
	display:none;
	animation: rotate 0.8s infinite linear;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.imagemask{
	position:fixed;
	z-index:1002;
	overflow:hidden;
	width:1024px;
	height:768px;
	visibility:hidden;
	background-color:rgba(250,250,250,0.00)
}
.imagecontainer{
	text-align:center;
	position:absolute;
	visibility:hidden;
	width:1024px;
	height:768px;
	/*height:100%;*/
	opacity: 1;
	/*left:0px;
	
	top:0px;*/
	-webkit-transition:left 0.5s ease-in-out;/*safari*/
	-moz-transition:left 0.5s ease-in-out;/*mozilla*/
	-ms-transition:left 0.5s ease-in-out;/*explorer9*/
	-o-transition:left 0.5s ease-in-out;/*opera*/
	transition:left 0.5s ease-in-out;/*chrome&co*/
}

.bicPic {
	position:absolute;
	-webkit-transition:left 0.5s ease-in-out;/*safari*/
	-moz-transition:left 0.5s ease-in-out;/*mozilla*/
	-ms-transition:left 0.5s ease-in-out;/*explorer9*/
	-o-transition:left 0.5s ease-in-out;/*opera*/
	transition:left 0.5s ease-in-out;/*chrome&co*/
}
.clip {
	/*visibility:hidden;*/
	display:none;
	cursor:pointer;
	position:absolute;
	z-index:1;
}
.arrowleft{
	cursor:pointer;
	display:none;
	position:fixed;
	z-index:1123;
	left:0px;
	top:0px;
}
.arrowright{
	cursor:pointer;
	display:none;
	position:fixed;
	z-index:1124;
	left:0px;
	top:0px;
}
.closegalerie{
	cursor:pointer;
	display:none;
	position:fixed;
	z-index:1126;
	left:0px;
	top:0px;
}
.close{
	/*position:absolute;*/
	cursor:pointer;
	text-decoration: none;
	color: white;
	font-size: 12px;
	line-height: 1.5em;
	margin:10px 10px; 
}
/* GALERIE-ELEMENTE-ENDE */
.bg {
	display: none;
	opacity:1;
	top: 52px;
	width: 100%;
	position: absolute;
	/*background: url('../img/bg.jpg') no-repeat;*/
	z-index:0;
	-webkit-transition:opacity 0.5s ease-in-out;/*safari*/
	-moz-transition:opacity 0.5s ease-in-out;/*mozilla*/
	-ms-transition:opacity 0.5s ease-in-out;/*explorer9*/
	-o-transition:opacity 0.5s ease-in-out;/*opera*/
	transition:opacity 0.5s ease-in-out;/*chrome&co*/
	
}
.bg_image {
	width: 100%;
	height: auto;
	/*border-bottom: #cccccc solid 4px;*/
}
.bg_image_mobil {
	display:none;
	width: 100%;
	height: auto;
}
.bg_mobil {
	display:none;
	opacity:1;
	top: 0;
	width: 100%;
	position: absolute;
	/*background: url('../img/bg.jpg') no-repeat;*/
	z-index:0;
	-webkit-transition:opacity 0.5s ease-in-out;/*safari*/
	-moz-transition:opacity 0.5s ease-in-out;/*mozilla*/
	-ms-transition:opacity 0.5s ease-in-out;/*explorer9*/
	-o-transition:opacity 0.5s ease-in-out;/*opera*/
	transition:opacity 0.5s ease-in-out;/*chrome&co*/
}
.cookienotification{
	position: fixed;
	z-index: 12;
	opacity: 1;
	display: inline;
	width:100%;
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	top: 100%;
	transform: translateY(-100%);
	background: #ffffff;
	padding: 10px 30px 10px 30px;
	-webkit-transition:all 0.5s ease-in-out 0.1s;/*safari*/
	-moz-transition:all 0.5s ease-in-out 0.1s;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out 0.1s;/*explorer9*/
	-o-transition:all 0.5s ease-in-out 0.1s;/*opera*/
	transition:all 0.5s ease-in-out 0.1s;/*chrome&co*/
}
.cookie-copy{
	position: relative;
	font-size: 12px !important;
	margin: 0  !important;
	display: inline;
}
.cookie-copy a{
	font-size: 12px !important;
	margin: 0  !important;
    color: #000000 !important;
}
.cookie-btn{
	position: relative;
	font-size: 12px !important;
	margin-left: 10px;
	display: inline;
}
.header{
	position: fixed;
	z-index: 10;
	width: 100%;
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	top:0px;
	-webkit-transition:all 0.5s ease-in-out 0.1s;/*safari*/
	-moz-transition:all 0.5s ease-in-out 0.1s;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out 0.1s;/*explorer9*/
	-o-transition:all 0.5s ease-in-out 0.1s;/*opera*/
	transition:all 0.5s ease-in-out 0.1s;/*chrome&co*/
}
.minilogo img{
	height: 30px;
	width: auto;
	
}
.minilogo{
	position: absolute;
	width: auto;
	height: auto; 
	margin-left: 10px;
	margin-top: 3px;
	left:0px;
	top: 0px;
	opacity:0;
	-webkit-transition:all 0.5s ease-in-out 0.1s;/*safari*/
	-moz-transition:all 0.5s ease-in-out 0.1s;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out 0.1s;/*explorer9*/
	-o-transition:all 0.5s ease-in-out 0.1s;/*opera*/
	transition:all 0.5s ease-in-out 0.1s;/*chrome&co*/
}
.main_container {
	/*max-width: 1024px;
	width:1024px;*/
	/*background-color: #000000;*/
	width: 100%;
	position: absolute;
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
	top: 0px;

}
.mobile-interim {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
    color: #000000;
    display:none;
}
#main {
    overflow-x: hidden;
}
.container{
	margin-left:0px;
	height:auto;
}

.header-mobile {
  	position: fixed;
	display: none;
	z-index: 11;
	width: 100%;
	background: #000;
	height: 100%;
	top:0px;
	-webkit-transition:all 0.5s ease-in-out 0.1s;/*safari*/
	-moz-transition:all 0.5s ease-in-out 0.1s;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out 0.1s;/*explorer9*/
	-o-transition:all 0.5s ease-in-out 0.1s;/*opera*/
	transition:all 0.5s ease-in-out 0.1s;/*chrome&co*/
}
.header-mobile .claim {
	position: absolute;
	width: auto;
	height: auto;
	left:0;
	top: 100%;
	transform: translate(-10px,-80%);
	opacity:1;
	-webkit-transition:all 0.5s ease-in-out 0.1s;/*safari*/
	-moz-transition:all 0.5s ease-in-out 0.1s;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out 0.1s;/*explorer9*/
	-o-transition:all 0.5s ease-in-out 0.1s;/*opera*/
	transition:all 0.5s ease-in-out 0.1s;/*chrome&co*/
}
.header-mobile .claim p{
	position: absolute;
	width: auto;
	height: auto;
	left:0;
	top: 70%;
	transform: translate(+26px,-8px);
}
.icon-mobil{
	position:absolute;
	margin-left: 10px;
	margin-top: 10px;
	-webkit-transition:all 0.5s ease-in-out 0.1s;/*safari*/
	-moz-transition:all 0.5s ease-in-out 0.1s;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out 0.1s;/*explorer9*/
	-o-transition:all 0.5s ease-in-out 0.1s;/*opera*/
	transition:all 0.5s ease-in-out 0.1s;/*chrome&co*/
}
.icon-mobil img {
    width: 100%;
    height: 100%;
}
.cred {
  	position: absolute;
	width: 100%;
	overflow-x:hidden;
	background: #ffffff;
	height: 0px;
}
.cred .claim img {
	width: 75%;
	height: auto;
}
.cred .logo,
.logo-mobil{
    
}
.cred .claim {
	position: absolute;
	width: auto;
	height: auto;
	left:0;
	top: 50%;
	transform: translate(-10px,-45%);
}
.cred .claim p{
	position: absolute;
	width: auto;
	height: auto;
	left:0;
	top: 70%;
	transform: translate(+31px,-8px);
}

.cred .claim a{
	font-size: 12px!important;
	margin: 0!important;
}
.cred .logo a {
  position: relative;
  display: inline-block;
}
.cred .logo a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-nav {
	position: absolute;
	display: inline-block;
	left: 0;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 15px;
	top: 0px;
	background: #000000;
	width: 100%;
	height: 52px;
	color: #ffffff;
 }
.icon-bar{
	width:100%;
	height:auto;
	z-index: 14;
	position: relative;
	top:0px;
	left:0px;
}
.wrapper-mobil{
	width:100%;
    position: absolute;
}
.minilogomobil{
	position: absolute;
	margin-top: 20px;
	opacity:0;
	width:60px;
	height: auto;
	left:50%;
	transform: translateX(-50%);
	-webkit-transition:all 0.5s ease-in-out 0.1s;/*safari*/
	-moz-transition:all 0.5s ease-in-out 0.1s;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out 0.1s;/*explorer9*/
	-o-transition:all 0.5s ease-in-out 0.1s;/*opera*/
	transition:all 0.5s ease-in-out 0.1s;/*chrome&co*/
}

.main-nav-mobil{
	display: none;
	position: absolute;
	left: 0;
	z-index: 6;
	text-align: center;
	padding-top: 80px;
	top: -283px;
	opacity:0;
	background: #000000;
	width: 100%;
	height: 100%;
    max-height: 100px;
	color: #000000;
	-webkit-transition:all 0.5s ease-in-out;/*safari*/
	-moz-transition:all 0.5s ease-in-out;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out;/*explorer9*/
	-o-transition:all 0.5s ease-in-out;/*opera*/
	transition:all 0.5s ease-in-out;/*chrome&co*/
}
.main-mobil {
    position: relative;
    text-align: center !important;
    width: 100%;
    display: block;
    margin: 10px auto 10px auto;
    font-size: 24px !important;
    
}
#nav1{
	font-weight: bold;
	color:#ccccccc;
    margin-right: 200px !important;
}
#nav6{
	float: right;
}
/*
 *  Main Wrapper
 */
main {
	position: absolute;
	width: 100%;
	margin-top: 52px;
	top:0px;
	-webkit-transition:all 0.5s ease-in-out 0.1s;/*safari*/
	-moz-transition:all 0.5s ease-in-out 0.1s;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out 0.1s;/*explorer9*/
	-o-transition:all 0.5s ease-in-out 0.1s;/*opera*/
	transition:all 0.5s ease-in-out 0.1s;/*chrome&co*/
}
.backgroundimagecontainer {
    position: fixed;
	width: 100%;
    max-width: 1300px;
    height: auto;
	margin-top: 0px;
	top:52px;
}
.backgroundcontainer {
    position: absolute;
    opacity: 1;
    width: 100% !important;
    max-width: 1300px;
    height: auto;
}
.backgroundcontainerimage {
    position: relative;
    opacity: 1;
    width: 100% !important;
    max-width: 1300px;
    height: auto;
}
.backgroundimage img {
    width: 100% !important;
    height: auto;
}
.desktopimage {
    display: block;
}
.mobilimage {
    display: none;
}
.content-area {
	position: absolute;
	width: auto;
	height: auto;
}
.content-text{
	position: relative;
	padding: 1px 15px 20px 15px;
	/*margin-right: 70px;*/
}

section {
	position: relative;
 	overflow: hidden;
    /* margin-top: 800px;*/
    margin-top: 0px;
	width: 100%;
	height: auto;
	/*border-bottom: #ffffff solid 3px;
    background: #fffff;*/
}
.start-section {
    background: #ffffff !important;
}
.wir-section{
    background: #000000 !important;
}
.startlogo {
    position: relative;
    width: 252px;
    height: 107px;
    top: 50%;
    left: 50%;
    background: url(../img/logo@2x.png) 0px 0px no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -70%);
}
.startlogo.pic img{
    width: 50%;
    height: auto;
    
}
.starticons {
    position: absolute;
    width: auto;
    display: inline;
    top: 100%;
    left: 10%;
    transform: translate(0px, -150px);
}
.icon-start {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.icon-image {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.icon-image img{
    width: 55px;
    height: 55px;
}
.icon-text {
    font-family: "ArialBoldItalicMT";
    font-size: 18px;
    text-align: center;
}
.section-bg{
	/* background: #ffffff;*/
}

#start .content-area{
	/*left: calc(100% - 850px);*/
	/*left: calc(100% - 1300px);*/
	top: 0;
    height: 100%;
    width: 100%;
}
#start .section-bg {
    padding: 5px 20px 0px 20px;
}
#wir .content-area{
	/*left: calc(100% - 850px);*/
    position: absolute;
	top: 0;
    height: 100%;
    width: 100%;
    color: #ffffff;
}
#wir .content-text {
    position: absolute;
    left: 10%;
    top: 44%;
    width: 44%;
    /*transform: translate(0,-150%);*/
}
#wir .icon-area {
    position: absolute;
    left: 100%;
    top: 55%;
    width: 44%;
    transform: translate(-500px, 0px);
}
#wir .portrait-area {
    position: absolute;
    left: 5%;
    top: 100%;
    height: 450px;
    width: 95%;
    transform: translate(0px, -450px);
}
#wir .portrait-pic-area {
    position: absolute;
    /*display: inline;*/
    width: 100%;
}
#wir .portrait-pic-area.pic1 {
}
#wir .portrait-pic-area.pic2 {
    margin-top: 140px;
    left: 35%;
}
#wir .portrait-pic {
    position: relative;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
}
#wir .portrait-text {
    position: relative;
    display: inline-block;
    width: 33%;
}
#wir .portrait-text.pic2 {
    margin-top: 65px;
    text-align: right;
    width: 40%;
}
#fuersie .content-area{
    position: absolute;
	left: 0%;
	top: 0;
    width: 100%;
    height: 100%;
}
#fuersie .content-text{
    position: absolute;
	left: 100%;
	top: 15%;
    width: 30%;
    transform: translate(-150%,0%);
}
#fuersie .content-table {
    color: #ffffff;
    position: absolute;
	left: 50%;
	top: 100%;
    width: 90%;
    transform: translate(-50%,-120%);
    display: inline;
}
#fuersie .centered {
    margin-left: 10%;
}
#fuersie .centered b {
    font-family: 'ArialBoldItalicMT' !important;
    font-size: 24px;
}
#fuersie .icon-area {
    margin-left: 12%;
    margin-top: 20px;
}
#fuersie .content-table-column {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    width: 49%;
    display: inline-block;
}
#fuersie .content-table-row {
    position: relative;
    height: 150px;
    vertical-align: top;
}
#fuersie .content-table-row.bottom {
    vertical-align: bottom;
}
#arbeiten {
    height: auto;
    background-color: #D8D8D8;
    padding-bottom: 30px;
}
#arbeiten .content-area{
    position: relative;
	/*left: calc(100% - 850px);*/
	left: 0%;
	top: 53.2%;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
#arbeiten .content-table {
    margin-top: 20px;
    color: #000000;
    position: relative;
	left: 51%;
    margin-left: auto;
    margin-right: auto;
	top: 0%;
    width: 100%;
    transform: translate(-50%, 0%);
}
#arbeiten .content-table-column {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: top;
    width: 49%;
    display: inline-block;
}
#arbeiten .content-table-row {
    position: relative;
    height: auto;
    vertical-align: top;
}
.eui-widget-title eapps-instagram-feed-title  {
    color: #D8D8D8 !important;
}
#arbeiten .instagram-content {
    -webkit-box-shadow:inset 0px 0px 0px 50px #f00;
    -moz-box-shadow:inset 0px 0px 0px 50px #f00;
    box-shadow:inset 0px 0px 0px 50px #f00;
    position: relative;
}
#arbeiten .instagram-area {
    margin-top: -40px;
    position: relative;
	padding-right: 40px;
    padding-left: 40px;
    color: #D8D8D8 !important;
    font-family: "ArialBoldItalicMT";
    font-size: 18px;
    font-style: italic;
}

#kaffee .content-area{
    position: absolute;
	/*left: calc(100% - 850px);*/
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
    color: #000000;
}
#kaffee .content-text{
	position: absolute;
	left: 3%;
	top: 7%;
	width: 33%;
    color: #000000;
}
#kaffee .content-contact-text{
	position: absolute;
	left: 3%;
	top: 100%;
	width: 97%;
    color: #ffffff;
    transform: translate(0%, -133%);
}
#kaffee .content-table {
    vertical-align: top;
    display: inline;
}
#kaffee .content-table-column {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
#kontakt {
    height: 100vh;
    background: #000000;
}
#kontakt .content-area{
    position: absolute;
	/*left: calc(100% - 850px);*/
    text-align: center;
	left: 0;
	top: 0;
	width: 100%;
    height: auto;
    color: #000000;
    background: #000000;
}

#kontakt #content-kontakt,
#kontakt #content-datenschutz,
#kontakt #content-impressum{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
    color: #ffffff;
    padding: 0px 50px 0px 50px;
    text-transform: lowercase;
}

.aufklapp_btn {
    position: relative;
    cursor: pionter;
    display: inline-block;
    width: "auto";
}
.aufklapp_txt {
    position: relative;
    max-height: 0;
    opacity: 0;
    -webkit-transition:all 0.5s ease-in-out 0s;/*safari*/
	-moz-transition:all 0.5s ease-in-out 0s;/*mozilla*/
	-ms-transition:all 0.5s ease-in-out 0s;/*explorer9*/
	-o-transition:all 0.5s ease-in-out 0s;/*opera*/
	transition:all 0.5s ease-in-out 0s;/*chrome&co*/
}
.arrowbtn {
    position: absolute;
    top: 17px;
    right: -20px;
    display: inline-block;
    transform: rotate(0deg);
    -webkit-transition:all 0.5s ease-in 0s;/*safari*/
	-moz-transition:all 0.5s ease-in 0s;/*mozilla*/
	-ms-transition:all 0.5s ease-in 0s;/*explorer9*/
	-o-transition:all 0.5s ease-in 0s;/*opera*/
	transition:all 0.5s ease-in 0s;/*chrome&co*/
}
.arial-bold-italic{
    font-family: 'ArialBoldItalicMT' !important;
}
.arial-italic{
    font-family: 'ArialItalicMT' !important;
}
.red{
	font-family: 'ArialBoldMT' !important;
	color: #e2001a !important;
}
.bold{
	font-family: 'ArialBoldMT' !important;
}
footer{
	font-size: 26px !important;
	position: absolute;
	width: 100%;
	color: #000000 !important;
	background: #ffffff;
	background-image: url("../img/btm_bg.png");
	background-repeat:repeat-x;
	background-position: center;
	background-clip: cover;
	background-size: 100% 100%;
	height: 200px;
	padding: 20px 80px 10px 80px;
}
.footer-logo{
	position: absolute;
}
.footer-text{
	right: 0px;
	margin-right: 80px;
	margin-top: 25px;
	position: absolute;
	text-align: center;
}
.footer-text a{
	font-size: 26px !important;
	text-decoration: none;
	margin: 0 !important;
}
/* Laptops */

@media only screen and (min-width: 800px) {
    #wir .portrait-pic {
        display: inline;
    }
    #wir .portrait-pic .mobilimage{
        display: none;
    }
}

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

}
@media only screen and (max-width: 1261px) {
	#kaffee .content-area{
		/*height: auto;*/
	}
	.kaffee-content{
		padding: 10px 10px 10px 10px;
	}
}
@media only screen and (max-width: 1151px) {
	
}

/* Tablet */

@media only screen and (max-width: 1200px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h7{
        font-size: 20px;
        line-height: 20px;
    }
    p {
        font-size: 12px;
    }
	.main-nav a {
		margin: 0px 10px 5px 10px !important;
	}
    #nav1 {
        margin-right: 150px !important;
    }
	#wir .portrait-area {
        height: 350px;
        transform: translate(0px, -350px);
    }
    #fuersie .content-table {
        transform: translate(-50%,-90%);
    }
}


/* Smartphones */

@media only screen and (max-width: 1023px) {
    h6,
    h7{
        font-size: 16px;
        line-height: 16px;
    }
    .header{
		display: none;
        
	}
	.desktopimage {
        display: none;
    }
    .mobilimage {
        display: block;
    }
    .header-mobile{
		display: block;
        left: 0px;
		width: 100%;
        background: #000;
        max-height: 60px;
        
	}
    .icon-bar {
        display: inline-block;
    }
    .icon-mobil {
        position: relative;
        display: inline-block;
        width: 40px;
        margin-right: 10px;
    }
    .logo-mobil {
        position: relative;
        display: inline-block;
        top: 3px;
        color: white;
        text-align: left;
    }
    /* sections */
    .starticons {
        top: 100%;
        left: 0;
        transform: translate(0px, -150px);
        width: 100%;
        text-align: center;
    }
    .icon-start {
        margin-right: 10px;
        margin-left: 10px;
    }
    .icon-image img{
        width: 35px;
        height: 35px;
    }
    .icon-text {
        font-size: 12px;
    }
    #wir .content-area{
        position: relative !important;
        top: 20px;
        left: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }
    #wir .content-text {
        position: relative;
        width: 100%;
        left: 0;
        top: 0px;
        padding: 0;
    }
    #wir .icon-area {
        font-size: 16px;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
        transform: translate(0px, 0px);
        margin: 20px auto 20px auto;
    }
    #wir .portrait-area {
        position: relative;
        margin-bottom: 20px;
        left: 0;
        top: 0;
        height: auto;
        width: 100%;
        transform: translate(0px, 0px);
    }
    #wir .portrait-pic-area {
        position: relative;
        width: 100%;
    }
    #wir .portrait-pic-area.pic1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #wir .portrait-pic-area.pic2 {
        margin-top: 20px;
        margin-bottom: 20px;
        left: 0;
    }
    #wir .portrait-pic {
        position: relative;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        vertical-align: top;
    }
    #wir .portrait-text {
        position: relative;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #wir .portrait-text.pic2 {
        margin-top: 0px;
        text-align: left;
        width: 100%;
    }
    #fuersie {
        background: #000;
    }
    #fuersie .content-area{
        position: relative !important;
        top: 0px;
        left: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }
    #fuersie .content-text {
        color: #fff;
        position: relative;
        width: 100%;
        left: 0;
        top: 0px;
        padding: 0;
        transform: translate(0,0);
    }
    #fuersie .icon-area {
        font-size: 20px;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
        transform: translate(0px, 0px);
        margin: 10px auto 0px auto;
    }
    #fuersie .content-table {
        color: #ffffff;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        transform: translate(0,0);
        display: block;
    }
    #fuersie .centered {
        text-align: center;
        margin-left: 0;
    }
    #fuersie .centered b {
        color: #ffffff;
        font-size: 16px;
        margin-left: 0;
    }
    #fuersie .content-table-column {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        vertical-align: top;
        width: 100%;
        display: block;
    }
    #fuersie .content-table-row {
        margin: 20px auto 20px auto;
        position: relative;
        height: auto;
        vertical-align: top;
    }
    #fuersie .content-table-row.bottom {
        vertical-align: top;
    }
    /* arbeiten */
    #arbeiten .content-area{
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        left: 0%;
        top: 53.2%;
        width: 100%;
        height: auto;
        overflow-x: hidden;
    }
    #arbeiten .content-table {
        margin-top: 20px;
        color: #000000;
        position: relative;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        top: 0%;
        width: 100%;
        transform: translate(0%, 0%);
    }
    #arbeiten .content-table-column {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        vertical-align: top;
        width: 100%;
        display: block;
    }
    #arbeiten .content-table-row {
        position: relative;
        height: auto;
        vertical-align: top;
    }
    #arbeiten .instagram-area {
        margin-top: -80px;
    }
    /* Kaffee */
    #kaffee {
        background: #000;
    }
    #kaffee .content-area{
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        color: #000000;
    }
    #kaffee .content-text{
        position: relative;
        left:0;
        top: 0;
        width: 100%;
        color: #ffffff;
        padding: 0;
    }
    #kaffee .content-contact-text{
        margin-top: 40px;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        color: #ffffff;
        transform: translate(0%, 0%);
    }
    #kaffee .content-table {
        vertical-align: top;
        display: block;
    }
    #kaffee .content-table-column {
        margin-top: 20px;
        width: 100%;
        display: block;
        vertical-align: top;
    }
    #kontakt {
        height: auto;
        background: #000000;
    }
    #kontakt .content-area{
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        color: #000000;
        background: #000000;
    }
    #kontakt #content-kontakt,
    #kontakt #content-datenschutz,
    #kontakt #content-impressum{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        color: #ffffff;
        padding: 0px 0px 0px 0px;
        text-transform: lowercase;
    }
}
/* Smartphones */

@media only screen and (max-width: 480px) {
    .starticons {
        top: 100%;
        left: 0;
        transform: translate(0px, -100px);
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
	
}


/* iPhone 4 */

@media only screen and (max-width: 320px) {
	
}
