@import url('https://fonts.googleapis.com/css?family=Merriweather|Montserrat');
@import url('fontawesome-all.min.css');
@import url('lightbox.min.css');



/*     /////////////////   Allgemeine Formatierung     /////////////////    */

* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}
.clearfix{
	clear:both;
}

body {
  color: #333;
 font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}

p, #datenschutz ul li {
  line-height: 1.5em;
  font-size:0.9em;
  padding:1em;
}

h2{
	font-family: 'Merriweather', serif;
	font-size:1.5em;
	letter-spacing: 0.1em;
	color:#2c657a;
	padding:0 0 1em 0;
	text-transform:capitalize;
}
h3,h4,h5,h6{
	font-family: 'Merriweather', serif;
	font-size:1.2em;
	letter-spacing: 0;
	color:#333;
	padding:1em 0 0 0;
	text-transform:capitalize;
}

header{
	display:inherit;
	width:100%;
	height:4.5em;
	background:rgba(255,255,255,0.7);
	position:fixed;
	z-index:500;
}
.no-opacity{
	background:rgba(242,242,242, 0.85);
}
/*#start{
	background:#f2f2f2;
}*/
.start-box{
	width:100%;
	position:relative;
	z-index:9300;
	line-height:0;
	background:rgba(255,203,28, 0.85);
}
.start-box h1{
	text-align:right;
	position:absolute;
	bottom:1.5em;
	right:3em;
}
.hero-mail{
	position:absolute;
	right:0.5em;
	top:0.5em;
	text-align:right;
	font-size:1.4em;
	color:#222;
		    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hero-mail:hover{
	color:rgba(221,52,55, 0.95)
}
.yellow-banner{
	height:10em;
	width:100%;
	overflow:hidden;
	position:relative;
	background:rgba(255,203,28, 0.85);
}
.pink-banner{
	display:none;
}
#start-logo{
	position:absolute;
	top:1.5em;
	left:2.5em;
	width:33%;
}
.logo{
	width:5em;
	position:absolute;
	top:15px;
	right:15px;
	z-index:501;
}
.sticky{
	position:fixed;
	width:4em;
	top:12px;
	right:10px;
}

.badge{
    max-width: 110px;
    padding:1em;
}

footer{
	background:#333;
	color:#fff;
	overflow:hidden;
	text-align:center;
	padding:3em 0 1em 0;
}
footer ul li{
	list-style-type:none;
	display:inline;
	margin:1em 0;
	padding:1em;
}
footer ul li a{
	color:rgba(255,255,255,0.9);
	font-size:1em;
	margin-bottom:1.5em;
	    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
footer ul li a:hover{
	color:rgba(255,255,255,0.3);
}
footer p{
	font-size:0.75em;
	color:#999;
	margin-top:1.5em;
}
section{
	position:relative;
	padding:1em 0;
}
section .innerbox{
	padding:4em 2em;
}
#whats-next p{
	background:rgba(255,255,255,0.4);
}
section#whats-next, section#diy {
	background:#fff;
}
section#whats-next .innerbox{
	background:rgba(255,255,255,0.8) url(../bilder/higru/papierflieger-2.png) no-repeat right;
}
#next {
	border:5px double #dd3437;
	transform:rotate(-10deg);
	background:#eee;
	margin:1em auto;
}
section#diy span{
	text-transform:uppercase;
}
#ueber {
	border:5px double #ffcb1c;
	transform:rotate(-5deg);
	background:#eee;
	margin:1em auto;
}

section#ueber-mich .drittel,
section#whats-next .drittel{
	padding:1em 3em 1em 3em;
}
section#services{
	background:rgba(255, 178, 160,0.7);
}
section#projekte{
	background:#f2f2f2 url(../bilder/higru/crossword.png) repeat;
	border-bottom:1px solid #eee;
}
section#kontakt{
	background:#f2f2f2;
	padding-bottom:0;
}
section#kontakt .kontakt-links{
	background:url(../bilder/higru/papierflieger.png)no-repeat bottom left fixed;
}
article{
	background:#fff;
	height:120px;
	padding:2em;
	margin-bottom:2em;
	text-align:center;
	position:relative;

}
article h3{
	font-size:1.2em;
	padding:0;
	margin-left:1em;
	font-family:'Montserrat', sans-serif;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
article img{
	float:left;
	width:20%;
	margin-right:2em;
	max-height:90px;
	max-width:90px;
	position:absolute;
	left:1em;
	top:50%;
	transform:translateY(-50%);
	border:1px solid transparent;
	border-radius:50%;
}
article p{
	display:none;
}
a article{
	color:#333;
}
.calltoaction{
	background:rgba(255, 178, 160,0.7);
	padding:4em 0 4em 0;
	text-align:center;
	position:relative;
}
.calltoaction h4{
		color:#fff;
		font-size:1.5em;
}
.innerbox {
  margin:auto;
  position: relative;
  padding:0 5%;
}
.innerbox-flex{
	 margin:auto;
  position: relative;
  padding:0 5% 0 0;
  overflow:visible;
}
.row {
  overflow:hidden;
  width:100%;
}

.halbe{
	width:100%;
	float:none;
}

.drittel{
	width:100%;
	float:none;
	position:relative;
}
.zweidrittel{
	width:100%;
	float:none;
	overflow:hidden;
}
.col-3{
	width:100%;
}
img{
	width:100%;
	line-height:0;
}
.button{
	background:#dd3437;
	color:#fff;
	padding:10px 20px;
	text-transform: uppercase;
	display:inline-block;
	margin-top:20px;
	border:1px solid transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.button:hover{
	background:#fff;
	color:#dd3437;
	cursor:pointer;
}
.button.invert{
	background:#fff;
	color:#dd3437;
}
.button.invert:hover{
	background:#dd3437;
	color:#fff;
	cursor:pointer;
}

/*     //////////////////   Hero Grafik    //////////////////    */

.start-box #portrait{
	z-index:6001;
	width:100%;
	max-width:600px;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	text-align:center;
  font-size: 1em;
  line-height: 1.3em;
  color:#000;
  font-weight:800;
  padding:1.5em 1em;

}

/*    mouse-Symbol    */
.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #dd3437;
  position: absolute;
  bottom:12em;
  left: 50%;
  transform:translateX(-50%);
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #dd3437;
  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);
  }
}

/*      //////////////////       Responsive iframe       //////////////////   */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0; overflow: hidden;
	max-width: 100%;
	border:1em solid rgba(255,255,255,0.3);
	}
	
.embed-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:0.8;
	}

/*  /////////////////    Return to Top-Button  by rdallaire (https://codepen.io/rdallaire/pen/apoyx)  /////////////////    */

#return-to-top {
    position: fixed;
	color:rgba(221,52,55,1);
	font-size:2.2em;
    bottom: 20px;
    right: 20px;
	padding:5px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#return-to-top:hover {
    color:rgba(221,52,55,0.6);
}


/*   /////////////////  Toggle-Menue mit Fullscreen-Overlay by Paul van Oijen via https://codepen.io/PaulVanO/full/XJYGNQ" /////////////////   */

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 30px;
  border-radius: 15px;
  background-color: rgba(221,52,55, 0.95);
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  left: 9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.menu-collapsed a{
  color:rgba(255,255,255,0);
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
  list-style-type:none;
}

.bar {
  position: fixed;
  left: 28px;
  top: 30px;
}
.bar:before {
  top: -8px;
}
.bar:after {
	top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 1.5em;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  left: 0;
  background-color: rgba(255,203,28, 0.85);
    z-index:6;
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  padding-top:2.5em;
  left: 0;
  z-index: 2;
}
.menu-expanded a {
	margin-top:0.5em;
  transition: all .15s;
  text-decoration: none;
  font-size: 2.2em;
  padding: 20px;
  color: #fff;
  display: block;
  font-family: 'Merriweather', serif;
}
.menu-expanded a:hover {
  transition: all .15s;
  letter-spacing: 1px;
  color: #dd3437;
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}

/*     //////////////////    Bildergalerie       ////////////////////      */

.galerie{
	overflow:hidden;
	list-style-type:none;
	background:rgba(255,255,255,0.3);
	padding:1em;
}

.galerie li{
	width:100%;
	margin-bottom:1em;
}

.galerie li figure{
	line-height:0;
	position:relative;
	overflow:hidden;
}
.galerie li figcaption{
	background:#666; 
	text-align:center;
	background:rgba(0,0,0,0.6);
	color:#fff;
	padding:10px;
	line-height:1.5em;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.galerie li figure img{
	width:100%	
}


/*    //////////////////    Flip Cards  Samet Erpik via Codepen https://codepen.io/samerpik/pen/daIDC   ////////////////////   */
.begrenzung{
	max-width:620px;
	margin:0 auto;
}

.viertel{
	width:100%;
}
.animation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content p
{   
  font-weight: 300;
}
.cardContainer 
{
 
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;

  
  /*depth of the elements */
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  padding-left: 1%;
}

.card 
{
  max-width: 300px;
  height: 300px;
  cursor: pointer;
  margin:0 auto 2em;
  
  /*transition effects */
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card:nth-child(4){
	margin-bottom:0;
}
.card.flipped 
{
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}
.card.flipped:
{ 
}

.card .front,
.card .back {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  color: white;
  text-align: center;
  font-size: 4em;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.card .front:hover{
	opacity:0.6;
} 

.card .back {
  width: 100%;
}

.card .back {
  background: #03446A;
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}

/*Colors for front and back applied here*/
.cardContainer:first-child .card .front {
  background: #ffcb1c;
}

.cardContainer:first-child .card .back {
  background: url(../bilder/diy/klein/haekeltiere2.jpg)no-repeat;
}

.cardContainer:nth-child(2) .card .front {
  background: #96c47b;
}
.cardContainer:nth-child(2) .card .back {
  background: url(../bilder/diy/klein/hexenhaus.jpg)no-repeat;
}

.cardContainer:nth-child(3) .card .front {
  background: #dd3437;
}
.cardContainer:nth-child(3) .card .back {
  background: url(../bilder/diy/klein/torte-biene.jpg)no-repeat;
}

.cardContainer:nth-child(4) .card .front 
{
  background: #ffb2a0;
}
.cardContainer:nth-child(4) .card .back 
{
  background: url(../bilder/diy/klein/rentier.jpg)no-repeat;
}



h5.cardTitle {
	font-family:Merriweather, serif;
	font-size:0.5em;
  line-height: 1.2em;
  color:#fff;
  padding-top:100px;
}
.farbig{
	background:#f2f2f2;
}

/*    //////////////////      Kontakt-Formular       /////////////////  */

#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea{
	border:0;
	background:rgba(255,255,255,0.4);
	opacity:0.9;
	font-family:'Montserrat', sans-serif;
	font-size:0.9em;
	padding:1em;
	width:100%;
}
#kontaktformular textarea{
	height:250px;
}
#kontaktformular input[type="submit"]{
	border:0;
}

#kontakt .halbe{
		width:100%;
	}
	
#kontaktformular p{
	margin:0.5em 0;
	padding:1em 0;
}
#kontakt a{
	color:#333;
	font-family: 'Montserrat', sans-serif;
}
#kontakt a span{
	font-weight:400;
}
#kontakt h3{
	margin-top:2em;
}
.desktop-tel{
	display:none;
}
form a span{
	color:#dd3437;
}
form a span:hover{
	color:#aa0103;
}
input.button{
	float:right;
	margin-top:0;
	}
address{
	font-style:normal;
	text-align:center;
	background:rgba(255, 203, 28,0.9);
	padding:1em;
	margin-bottom:2em;
}
address strong{
	line-height:2.5em;;
}
address p{
	background:rgba(255,255,255,0.5);
	padding:1.5em;
	line-height:1.7em;
}

#ueber-mich a{
	color:#dd3437;
}
#ueber-mich a:hover{
	color:#aa0103;
}
#ueber-mich a[href$=".pdf"]{
	background:url(../bilder/icons/pdf.png) no-repeat right center;
	padding-right:1.4em;
}
#ueber-mich a[href^="mailto:"]{
	background:url(../bilder/icons/email.png) no-repeat;
	padding-left:1.3em;
}
.testimonial a[href$=".jpg"]{
	background:url(../bilder/icons/photo-camera.png) no-repeat;
	padding-left:1.4em;
}

/*   ///////////   Formatierung Impressum und Datenschutz     ///////////////   */

#imprint h1, #datenschutz h1{
	font-family: 'Merriweather', serif;
	padding:1.5em 0;
	font-size:2em;
	text-align:left;
}
#imprint a, #datenschutz a{
	color:#dd3437;
}
body #imprint, body #datenschutz{
	background:#fff;
}
#imprint .innerbox, #datenschutz .innerbox{
	background:#fff;
}
section#imprint, section#datenschutz{
	margin:0;
}
.banner{
	line-height:0;
}

/*   ///////////      Flickety  Slider  https://flickity.metafizzy.co  ///////////  */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}


.gallery-cell {
  width: 100%;
}

.testimonial {
  max-width: 326,666666px;
  margin:0 auto 3em auto;
  padding:0.5em 1em;
  background:rgba(250,250,250,0.8);
}

.testimonial p {
  display: block;
  font-size: 0.9em;
  line-height:1.7em;
  padding: 10px 0;
}

.flickity-page-dots {
  bottom: 1em;
}

.flickity-page-dots .dot.is-selected {
  background: #666;
}
.testimonial span{
	color:#666;
	font-weight:bold;
	border:1px solid #666;
	border-radius:50%;
	padding:0.2em 0.6em;
}

/*    /////////////////////   Beginn MEDIA QUERIES    ////////////////////////////   */


@media only screen and (min-width: 375px){
	article h3{
	margin-left:0;
	}
}

@media only screen and (min-width: 480px){
	.galerie{
	padding-bottom:0.5em;
	}
	.galerie li{
	width:49%;
	float:left;
	margin:0 2% 2% 0;
	}
	.galerie li:nth-child(2n){
	margin-right:0;
	}
	section#ueber-mich .drittel,
	section#whats-next .drittel{
	padding:2em 2em 0 2em;
	}
	article h3{
	font-size:1.5em;
	}
	section#ueber-mich h2,
	section#whats-next h2{
	padding-top:2em;
	}
	.start-box br{
		display:none;
	}
	.begrenzung-2{
	max-width:480px;
	margin:0 auto;
	}
}

@media only screen and (min-width: 480px) and (orientation:landscape){
	.start-box h1{
		bottom:0.8em;
	}
	img#ueber, img#next{
		max-width:320px;
		margin:1em 4em;
	}
}

@media only screen and (min-width: 550px) and (orientation:landscape){
	.menu-expanded ul {
  padding-top:1em;
}
.menu-expanded a {
	margin-top:0;
  font-size: 1.5em;
  padding: 20px;
}
}

@media only screen and (min-width: 600px){
	#start-logo{
	position:absolute;
	left:62%;
	top:50%;
	transform:translateY(-45%);
	width:180px;
	height:auto;
	}
	.start-box h1{
	text-align:right;
	bottom:5em;
	right:0.1em;
	}
	.start-box br{
		display:inherit;
	}
	.mouse{
		display:none;
	}
	.start-box{
		background:rgba(255,203,28, 1);
	}
	.start-box #portrait{
		height:480px;
		width:auto;
	}
	.yellow-banner{
		position:absolute;
		left:0;
		top:50%;
		transform:translateY(-50%);
		height:480px;
		width:100%;
		background:rgba(255,255,255,0.01);
	}
	.hero-mail{
	position:absolute;
	right:0.8em;
	top:0.8em;
	}
	img#ueber, img#next{
		max-width:320px;
		margin:1em 4em;
	}
}
@media only screen and (min-width: 640px) and (orientation:landscape){
		.card 
	{
	  margin:0;
	margin:0 2% 4% 0;
	}
	.viertel{
		width:49%;
		float:left;
	}
			#start-logo{
	position:absolute;
	left:55%;
	top:60%;
	transform:translateY(-50%);
	width:200px;
	height:auto;
	}
}
@media only screen and (min-width: 680px){
	
	.menu-expanded a {
	margin-top:1em;
  font-size: 3em;
	}
	.card 
	{
	  margin:0;
	margin:0 2% 4% 0;
	}
	.viertel{
		width:49%;
		float:left;
	}
	.start-box br{
		display:none;
	}
	img#ueber, img#next{
		margin:1em 6.5em;
	}
		#start-logo{
	position:absolute;
	left:55%;
	top:55%;
	transform:translateY(-50%);
	width:220px;
	height:auto;
	}
}
@media only screen and (min-width: 680px) and (orientation:landscape){

	.menu-expanded a {
		margin-top:0;
	  font-size: 2em;
	  padding: 20px;
	}
	.menu-expanded ul li:first-child {
		margin-top:2em;
	}
	.logo{
		width:8em;
		right:20px;
	}
	.sticky{
		width:4.5em;
		right:20px;
	}
}	

@media only screen and (min-width: 768px){
	address{
	display:inline-block;
	position:absolute;
	top:60px;
	right:10px;
	}
	section{
	padding:2em 0;
	}
	.halbe{
	width:49%;
	margin-right:2%;
	float:left;
	}
	#kontaktformular .halbe{
	width:49%;
	display:inline-block;
	}
	#kontaktformular .halbe:first-child{
		margin-right:2%
	}
	.wdh{
	display:none;}
	
	.drittel{
	width:32%;
	margin-right:2%;
	float:left;
	}
	.zweidrittel{
	width:66%;
	float:left;
	}
	.drittel:last-child{
		margin-right:0;
	}
	.galerie{
	padding-bottom:0;
	}

	.galerie li:nth-child(2n){
		margin-right:2%;
	}
	.galerie li{
	width:32%;
	float:left;
	margin:0 2% 2% 0;
	}
	.galerie li:nth-child(3n){
	margin-right:0;
	}
	footer .socialnav{
		float:left;
	}
	footer .footermenu{
		float:right;
	}
	.caltoaction h4{
		float:left;
		padding-top:2em;
		position:absolute;
		top:50%;
		left:50%;
		transform:translateY:(-50%)
	}
	.calltoaction .button
	{
		float:right;
	}
	.col-3{
	width:32%;
	margin-right:2%;
	float:left;
	position:relative;
	}
	.col-3:last-child{
	margin-right:0;
	}
	article{
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:480px;
	padding:2em 0;
	margin-bottom:0;
	}
	article h3{
		font-size:1.2em;
		padding-top:1em;
	}
	article img{
		float:none;
		margin:0;
		width:50%;
		max-height:none;
		max-width:none;
		position:absolute;
		top:3em;
		left:50%;
		transform:translateX(-50%);
		border:1px solid transparent;
		border-radius:50%;
	}
	article p{
		display:inherit;
		width:100%;
		padding:1em 0.5em;
		font-size:1em;
		position:absolute;
		top:60%;
		left:50%;
		transform:translateX(-50%);
	}
	.mobile-tel{
		display:none;
	}
	.desktop-tel{
		display:inherit;
	}
		#start-logo{
	position:absolute;
	left:50%;
	top:50%;
	transform:translateY(-50%);
	width:250px;
	height:auto;
	}
	.start-box h1{
	text-align:right;
	bottom:6em;
	right:1em;
	}
	img#ueber, img#next{
		margin:1em;
	}
}

@media only screen and (min-width: 768px) and (orientation:landscape){
	.menu-expanded ul {
  padding-top:3em;
}
.menu-expanded a {
	margin-bottom:0.2em;
  font-size: 2.2em;
  padding: 30px;
}
.menu-expanded ul li:first-child {
	margin-top:2em;
}
}

@media only screen and (min-width: 910px){
	.begrenzung{
	max-width:980px;
	margin:0 auto;
	}
	.card 
	{
	  margin:0;
	}
	.viertel{
		width:32%;
		margin-right:2%;
	}
	.viertel:nth-child(2){
		display:none;
	}
	.viertel:nth-child(4){
		margin-right:0;
	}
	
}
@media only screen and (min-width: 980px){
	.innerbox {
	  width: 100%;
	  max-width: 980px;
	  margin: 0 auto;
	  position: relative;
	  padding:0 5%;
	}

	.galerie li figcaption{
		text-align:center;
	background:#666; 
	background:rgba(0,0,0,0.6);
	color:#fff;
	padding:10px;
	line-height:1.5em;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:100%
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

	.galerie li:hover figcaption{
		bottom:0;
		top:0;
	}
	.galerie li figcaption span{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
	.galerie li figure img{
		width:100%	
	}
	.start-box{
		height:100vh;
		background:#f2f2f2 url(../bilder/higru/crossword.png) repeat;
		border-bottom:1px solid #eee;
	}
	.yellow-banner{
		height:300px;
		width:60%;
		position:absolute;
		left:40%;
		top:50%;
		transform:translateY(-50%);
		background:rgba(255,203,28, 0.85);
	}

	#start-logo{
	position:absolute;
	top:50%;
	left:10%;
	transform:translateY(-50%);
	height:200px;
	width:auto;
	}
	.start-box h1{
		font-size:1.1em;
	position:absolute;
	bottom:3em;
	right:3em;
	}
	.pink-banner{
		display:inherit;
		background:#FFC9BC;
		position:absolute;
		top:50%;
		left:0;
		transform:translateY(-50%);
		height:100vh;
		width:26%;
	}
	.start-box #portrait{
		height:480px;
	width:auto;
	position:absolute;
	right:60%;
	top:50%;
	transform:translateY(-50%);
	border:1px solid #f2f2f2;
	}
	.hero-mail{
	position:absolute;
	right:0.8em;
	top:0.8em;
	font-size:1.6em;
	}
}

@media only screen and (min-width: 980px) and (orientation:landscape){
	.menu-expanded ul {
  padding-top:3em;
}
.menu-expanded a {
	margin-bottom:0.7em;
  font-size: 2.4em;
  padding: 25px;
}
.menu-expanded ul li:first-child {
	margin-top:2em;
}
}
@media only screen and (min-width: 1200px){
	#start-logo{
	position:absolute;
	top:50%;
	left:20%;
	transform:translateY(-50%);
	height:220px;
	width:auto;
	}
}
@media only screen and (min-width: 1500px){
	.start-box h1{
		font-size:1.2em;
	position:absolute;
	bottom:3em;
	right:4em;
	}
}
@media only screen and (min-width: 1600px){
	.start-box h1{
		font-size:1.2em;
	position:absolute;
	right:5em;
	}
}
@media only screen and (min-width: 1750px){
	.start-box h1{
	position:absolute;
	right:6.5em;
	}
}
@media only screen and (min-width: 1850px){
	.start-box h1{
	position:absolute;
	right:12em;
	}
}