* {
	margin: 0; 
	padding: 0;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    color: #3d3d3d;
}
h1, h2, h3 {
    font-weight: 500;
}
h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
h2 {
	font-size: 22px;
    margin-bottom: 10px;
}
h3 {
	font-size: 18px;
    margin-bottom: 10px;
}
p {	
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 20px 0;	
	font-size: 14px;
	line-height: 24px;
}
ul {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-left: 17px;
	font-size: 14px;
	line-height: 24px;
}
img {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #3d3d3d;
}
a:hover {
    color: #e1a11a;
}
.left {
	float: left;
}
p img.left {
    float: left;
    margin-right: 40px;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
#wrapper {
	width: 100%;
	z-index: 1;
	position: relative;
	margin: 0 auto;
}
#pull {
    margin-top: 0;
}
.ease0-3, .ease0-3:hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ease0-5, .ease0-5:hover {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;	
}
.svg .back-to-top {
	background: url(../images/to-top.svg);
	background-size: 50px;
	background-repeat: no-repeat;
}
/* png-Fallback */
.back-to-top {
    position: fixed;
    bottom: 0.5em;
    right: 5px;
	background: url(../images/to-top.png);
	background-repeat: no-repeat;
    padding: 2.5em;
	z-index: 2;
	display: none;
}
q {
    display: block;
    color: #e1a11a;
    font-size: 32px;
    text-align: center;
    margin: 40px 0;
}
.center {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.line-through {
    text-decoration: line-through;
}
.uppercase {
    text-transform: uppercase;
}
.mark {
    color: #dfa019;
}
.mark_bg {
    background: #dfa019;
    color: #fff;
}
.fullwidth {
    width: 100%;
}
.strong {
    font-weight: bold;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}
.author {
    font-size: 8px;
}
.author_m {
    font-size: 10px;
    line-height: 12px;
}
.author_l {
    font-size: 12px;
    line-height: 14px;
}
.youtube {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*margins-paddings-positions*/
.mtop20 {
    margin-top: 20px;
}
.mtop40 {
    margin-top: 40px;
}
.mbot40 {
    margin-bottom: 40px;
}
.mrght3pc {
    margin-right: 3%;
}

/*buttons*/
.btn1 {
    box-sizing: border-box;
    width: 150px;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #e1a11a;
}
.btn1:hover, .btn2:hover, .btn3:hover {
	background: #262527;
}
.btn2 {
    box-sizing: border-box;
    width: 250px;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #e1a11a;
    margin: 0 auto;
}
.btn3 {
    box-sizing: border-box;
    width: 450px;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #e1a11a;
    margin: 0 auto;   
}
.btn4 {
    box-sizing: border-box;
    width: 200px;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #e1a11a;
    margin-bottom: 20px;
}
.btn4:first-of-type {
    margin-right: 20px;
}
.btn4:hover {
    background: #3d3d3d;
    color: #fff;
}

/*box-width*/
.w10 {
    box-sizing: border-box;
    width: 10%;
}
.w20 {
    box-sizing: border-box;
    width: 20%;
}
.w25 {
    box-sizing: border-box;
    width: 25%;
}
.w30 {
    box-sizing: border-box;
    width: 30%;
}
.w33 {
    box-sizing: border-box;
    width: 33.333333333%;
}
.w40 {
    box-sizing: border-box;
    width 40%;
}
.w48 {
    box-sizing: border-box;
    width: 48%;
} 
.w50 {
    box-sizing: border-box;
    width: 50%;
}

.w60 {
    box-sizing: border-box;
    width: 60%;
}
.w70 {
    box-sizing: border-box;
    width: 70%;
}
.w100 {
    box-sizing: border-box;
    width: 100%;
}
.shadowed {
    -webkit-box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.75);   
}

/* MENU */
#mobileNavBtn a {
    box-sizing: border-box;
	display: block;
	height: 40px;
}
.single-page-nav {
	background: #fff;
	color: #3d3d3d;
	padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
	z-index: 3;
}
.single-page-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
	overflow: hidden;
    width: auto;
	max-width: 1024px;
}         
.single-page-nav li {
	float: left;
	width: 11.111111111%;
	text-align: center;
}
.single-page-nav img {
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
    height: 40px;
}
.single-page-nav img:hover {
    transform: rotate(180deg);
}
.single-page-nav a {
	display: block;
	color: #3d3d3d;
	text-decoration: none;                
	font-size: 16px;
	line-height: 80px;
	height: 80px;
}           
.single-page-nav a:hover, 
.single-page-nav .current {
	background: #e1a11a;				
	color: #fff;
}
.article-nav {
    z-index: 3;
    position: fixed;
    width: 100%;
    margin: 0 auto!important;
    height: 80px;
    background: #fff;
    margin-top: -80px!important;
}
.article-nav img {
    width: 40px;
    float: right;
    margin-top: 20px;
}
.article-nav a {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 80px;
    height: 80px;
    padding: 0 20px;
}
.article-nav a:hover {
    background: #e1a11a;
    color: #fff;
}
.article-nav-wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.article-image {
    width: 100%;
}

.content {
    width: 100%;
    padding-top: 320px;
}
.article .inner ul {
    margin-bottom: 20px;
}
.article .inner h2 {
    margin-top: 40px;
}
.article .inner img {
    width: 100%;
    max-width: 1024px;
    margin-bottom: 20px;
}

.article .inner .autograph img {
    width: 98px;
}
.article .inner .btn1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.two-img {
    display: block;
    width: 49%!important;
}
#photos .two-img {
    margin-bottom: 20px;   
}
ul.continued_links {
    list-style-type: none;
    margin-bottom: 0;
}
ul.continued_links li a {
    margin-left: -16px;
    margin-bottom: 20px;
    display: block;
    float: left;
}
ul.continued_links li:after {
    content: '.';
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}
a.fb_link:before {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/continued-link-fb.png);
    background-size: 24px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
}
a.web_link:before {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/continued-link-web.png);
    background-size: 24px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
}

/* SECTIONS */
.inner {
    box-sizing: border-box;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding: 40px 0;
}
.inner:after {
	  content: "";
	  display: block;
	  clear: both;
}
.section {
    background: #fff;
	color: #3d3d3d;
    box-sizing: border-box;
	width: 100%;
	z-index: 1;
	position: relative;
	margin: 0 auto;

}
.section#footer .inner {
    padding: 20px 0;
    min-height: 0;
    text-align: center;
}
.sectiontitle {
    text-transform: uppercase;
}
.sectiontitle:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    margin-top: 10px;
    background: #3f3f3f;
}
#news {
    padding-bottom: 40px;
}
#tom .sectiontitle:after {
    background: #fff;    
}
#top {
    margin-top: 80px;
}
#tom {
    background-image: url(../images/tom-hautmann.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -3px;
}
#design, #partner, #impressum {
    background: #e7e7e7;
}
.section img {
    width: 100%;
}

/* SESCTION CONTENT STYLES
---------------------------
/*news*/
.blog-box {
    margin-bottom: 80px;
    height: 450px;
}
.blog-box:first-of-type {
    margin-top: 40px;
}
.blog-txt, .blog-img {
    box-sizing: border-box;
    height: 100%;
}
.blog-txt {
    width: 45%;
}
.blog-img {
    width: 55%;
}
.grd-left .blog-img {
    background-image: url(../images/background-blog.jpg);
    background-position: right;
    background-repeat: repeat-y;
}
.grd-right .blog-img {
    background-image: url(../images/background-blog.jpg);
    background-position: left;
    background-repeat: repeat-y;  
}
.grd-right .blog-img img {
  position: relative;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grd-left .blog-txt {
    padding-right: 80px;
}
.grd-right .blog-txt {
    padding-left: 80px;
}
.grd-left .blog-img img {
  position: relative;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grd-left .blog-txt, .grd-right .blog-img {
    float: left;
    text-align: left;
}
.grd-right .blog-txt, .grd-left .blog-img {
    float: right;
    text-align: right;
}
.blog-txt h2 {
    text-transform: uppercase;
}
.blog-txt h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    margin-top: 10px;
    background: #3f3f3f;   
}
.grd-right .blog-txt h2:after {
    margin-left: calc(100% - 100px);    
}
.grd-right .btn1 {
    margin-left: calc(100% - 150px);
}
.date {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    float: left;
    line-height: 15px;

}
.grd-left .date {
    float: left;
}
.grd-right .date {
    float: right;
}
.date img {
    width: 15px;
    height: 15px;
}
.grd-left .date img {
    margin-right: 15px;
}
.grd-right .date img {
    margin-left: 15px;
}
.article .section {
    margin-top: 40px;
}
.article .contact_form {
    margin-top: 75px;
}

/*about*/
.about-box {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    width: 60%;
    padding: 40px;
}
.about-box img {
    height: 40px;
    width: auto;
}

/*preise*/
.price-box {
    box-sizing: border-box;
    float: left;
    padding: 20px;
    margin-bottom: 40px;
}  
.price-box:hover {
    background: #e1a11a;
    color: #fff;
    cursor: pointer;
}
.price-box h2 {
    border-bottom: 1px solid #3d3d3d;
    padding-bottom: 20px;
}
.price-box:hover h2 {
    border-bottom: 1px solid #fff;
}
.price-box h2:nth-of-type(2){
    border-bottom: none;
    margin-bottom: 0;
}
.price-box h2, .price-box h3 {
    text-align: center;
    text-transform: uppercase;
}
.price-box h3 {
    margin-top: 20px;
}
.price-box img.icon {
    width: 30%;
}
.landingpage .price-box .line {
    height: 2px;
    background: #3d3d3d;
    width: 20%;
    margin: 0 auto;
    margin-top: 20px;
}
.landingpage .price-box:hover .line {
    background: #fff;
}
#buchung ul {
    margin-bottom: 40px;
}

/*partner*/
.partner_box {
    box-sizing: border-box;
    float: left;
    padding: 20px;
    text-align: center;
    background: #fff;
}
.partner_box:nth-of-type(2n) {
    float: right;
}
.partner_box img {
    height: 100px;
    width: auto;
    max-width: 500px;
    margin-bottom: 20px;
}
.partner_box h2:after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background: #3d3d3d;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.partner_box .social img {
    width: 30px;
    height: auto;
}

/*design*/
.design_box {
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    background: #fff;
}
.design_box h2:before {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background: #3d3d3d;
    margin: 0 auto;
    margin-bottom: 20px;   
}
.design_box img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.design_box img.ref_logo {
    width: 80%;
    height: auto;
}


/*list-box*/
ul.list-box {
    list-style-type: none;
    margin-left: 0;
}
ul.list-box li {
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    float: left;
}
ul.list-box li:nth-of-type(2n) {
    float: right;
}
.list-box-number {
    display: block;
    text-align: center;
    font-size: 32px;
}
ul.list-box li img.tiny-img {
    width: 70px;
}

/*kontakt*/
.contact_social {
    float: left;
    box-sizing: border-box;
    width: 33%;
}
.contact_form {
    float: right;
    box-sizing: border-box;
    width: 64%;
    padding-left: 20px;
}
.contact_social .btn1 {
    float: left;
}
.contact_social .btn1.insta {
    float: right;
}
form {
    margin-top: -87px;
}
input, textarea, select {	
	box-sizing: border-box;
    font-size: 14px;
	padding: 10px;
	background: #b4b4b4;;
	border: none;
    color: #fff;
	font-family: 'Lato', sans-serif;
}
input, select {
	box-sizing: border-box;
    width: 100%;
	height: 50px;
    color: #fff;
}
textarea {
	margin: 0 auto;
	width: 100%;
	min-height: 156px;
	height: auto;
}
input.submit {
	box-sizing: border-box;
    background: #e1a11a;
	width: 150px;
    height: 37px;
    padding: 10px;
    line-height: 14px;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	background: #fff;
	color: #404040;
}
input.submit:hover {
	cursor: pointer;
}
.form-field {	
	margin-bottom: 20px;
}
.left_form, .right_form {
	box-sizing: border-box;
	float: left;
	width: 50%;	
}
.left_form {
	padding-right: 10px;
}
.right_form {
	padding-left: 10px;
}
.fehler-div, .mail_success {
	font-family: 'Lato', sans-serif;	
	box-sizing: border-box;
	margin-top: 20px;
    margin-bottom: 40px;
	border-left: 3px solid #e1a11a;
}
.fehler-div {
    text-align: left;
    padding-left: 20px;
}
.mail_success {
    text-align: center;
    font-size: 28px;
}
.fehler {
	text-align: left;
	color: #e1a11a;
}
input::-webkit-input-placeholder {
    color: #000!important;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #000!important; 
}
input::-moz-placeholder {  /* Firefox 19+ */
    color: #000!important; 
}
input:-ms-input-placeholder {  
    color: #000!important; 
}
textarea::-webkit-input-placeholder {
    color: #000!important;
}
textarea:-moz-placeholder { /* Firefox 18- */
    color: #000!important; 
}
textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000!important; 
}
textarea:-ms-input-placeholder {  
    color: #000!important; 
}
input:-moz-placeholder:hover { /* Firefox 18- */
    color: #fff!important; 
}
input::-moz-placeholder:hover {  /* Firefox 19+ */
    color: #fff!important; 
}
input:-ms-input-placeholder:hover {  
    color: #fff!important; 
}
textarea::-webkit-input-placeholder:hover {
    color: #fff!important;
}
textarea:-moz-placeholder:hover { /* Firefox 18- */
    color: #fff!important; 
}
textarea::-moz-placeholder:hover {  /* Firefox 19+ */
    color: #fff!important; 
}
textarea:-ms-input-placeholder:hover {  
    color: #fff!important; 
}
 
/*footer*/
ul#subnav {
    list-style: none;
    padding: 0;
    margin: 0 auto;
	overflow: hidden;
    width: 139px;
    text-align: center;
    text-transform: uppercase;
}
ul#subnav li {
    float: left;
    margin-right: 20px;
}
ul#subnav li:last-of-type {
    margin-right: 0;
}
.svg #html {
	background-image: url(../images/80.svg);
}
.svg #css {
	background-image: url(../images/65.svg);
}
.svg #php {
	background-image: url(../images/30.svg);
}
.svg #sql {
	background-image: url(../images/25.svg);
}
.svg #lr {
	background-image: url(../images/75.svg);
}
.svg #ps {
	background-image: url(../images/50.svg);
}
.svg #ai {
	background-image: url(../images/35.svg);
}
.svg #id {
	background-image: url(../images/25.svg);
}
/* png-Fallback */
#html {
	background-image: url(../images/80.png);
}
#css {
	background-image: url(../images/65.png);
}
#php {
	background-image: url(../images/30.png);
}
#sql {
	background-image: url(../images/25.png);
}
#lr {
	background-image: url(../images/75.png);
}
#ps {
	background-image: url(../images/50.png);
}
#ai {
	background-image: url(../images/35.png);
}
#id {
	background-image: url(../images/25.png);
}

@media only screen and (min-width: 701px) {
	#mobileNavBtn {
		display: none;
	}	
	#menu {
		display: block!important;		
	}
    .mbl {
        display: none;
    }
}
@media only screen and (max-width: 1064px) {
    .inner {
        padding: 40px 20px;
    }
    .article-nav img {
        margin-right: 20px;
    }
    
}
@media only screen and (max-width: 1000px) {
    .contact_social .btn1 {
        float: none;
        width: 150px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contact_social .btn1.insta {
        float: none;
    }    
}
@media only screen and (max-width: 900px) {
    #tom {
        background-position: -140px;
    }    
}
@media only screen and (max-width: 800px) {
    #tom {
        background-position: -200px;
    }    
}
@media only screen and (max-width: 770px) {
    #tom {
        background-position: -280px;
    }
    .w33,
    .w48 {
        width: 100%;
    }
    .price-box {
        box-sizing: border-box;
        float: none;
        padding: 0;
        margin-bottom: 80px;
    }
    .price-box:hover {
        background: #fff;
        color: #3d3d3d;
    }
    .price-box:hover h2 {
        border-bottom: 1px solid #3d3d3d;
    }
    .price-box:hover h2:nth-of-type(2){
        border-bottom: none;
        margin-bottom: 0;
    }
    .price-box:nth-of-type(1) {
        margin-top: 80px;
    }
    .price-box h2, .price-box h3 {
        text-align: left;
        text-transform: uppercase;
    }
    .landingpage .price-box {
        padding: 20px;
        margin-bottom: 10px;
    }
    .landingpage .price-box h2,
    .landingpage .price-box h3 {
        text-align: center;
    }
    .landingpage .price-box:hover {
        background: #e1a11a;
        color: #fff;
    }
    .price-box img.icon {
    width: 20%;
}
    #buchung .btn3 {
        width: 100%;          
    }
    
    .blog-box {
        margin-bottom: 120px;
        height: auto;
    }
    .blog-box:last-of-type {
        margin-bottom: 20px;
    }
    .blog-txt h2:after {
        margin: 0 auto;
        margin-top: 10px;
    }
    .grd-right .blog-txt h2:after {
        margin: 0 auto;
        margin-top: 10px;    
    }
    .grd-right .btn1 {
        margin-left: 0;
    }
    .blog-txt {
        width: 100%;
    }
    .blog-img {
        width: 100%;
    }
    .grd-right .blog-img img {
      position: static;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    } 
    .grd-left .blog-img img {
      position: static;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    .grd-left .blog-txt, .grd-right .blog-img {
        float: none;
        text-align: left;
    }
    .grd-right .blog-txt, .grd-left .blog-img {
        float: none;
        text-align: right;
    }  
    .grd-left .blog-img {
        background-image: none;
    }
    .grd-right .blog-img {
        background-image: none;
    }
    .grd-left .blog-txt {
        text-align: center;
        padding-right: 0
    }
    .grd-right .blog-txt {
        text-align: center;
        padding-left: 0;
    }
    .grd-right .btn1,
    .grd-left .btn1 {
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .grd-left .date {
        float: none;
    }
    .grd-right .date {
        float: none;
    }
    ul.list-box li {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        float: none;
    }
    ul.list-box li:nth-of-type(2n) {
        float: none;
    }    
    .partner_box {
        float: none;
        padding: 20px;
        text-align: center;
        margin-bottom: 60px;
    }
    .partner_box:nth-of-type(2n) {
        float: none;
        margin-bottom: 0;
    }    
    .design_box.left,
    .design_box.right {
        float: none;
    }
   
}
@media only screen and (max-width: 720px) {
    .contact_social {
        float: none;
        width: 100%;
    }
    .contact_form {
        float: none;
        box-sizing: border-box;
        width: 100%;
        padding-left: 0;
    } 
    form {
        margin-top: 20px;
    }
    .contact_social .btn1 {
        float: left;
        width: 150px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contact_social .btn1.insta {
        float: left;
        margin-left: 20px;
    } 
}
@media only screen and (max-width: 680px) {
    #tom {
        background-position: -360px;
    }    
}
@media only screen and (max-width: 630px) {
    #tom {
        background-position: -500px;
    } 
}
@media only screen and (max-width: 700px) {
 	#pull {
        margin-top: -30px;
    }
    #mobileNavBtn a {
        box-sizing: border-box;
        display: block;
        height: 60px;
        text-align: center;
        color: #3d3d3d;
    }
    #mobileNavBtn {
        box-sizing: border-box;
		display: block;
	}
    #mobileNavBtn img {

    }
    .single-page-nav {
        height: 60px;
    }
    .single-page-nav ul {
        float: right;
    }
    .single-page-nav ul li a {      
        line-height: 35px;
        height: 35px;
        text-align: right;
        padding-right: 30px;
    }
    .single-page-nav ul li a:hover {
        color: #e1a11a;
    }
	.single-page-nav li {
		float: none;
		width: 130px;
        margin-left: 0;
        background: #fff;
	}
    #mobileNavBtn a img {
        display: block;
        float: right;
        margin-top: 15px;
        margin-right: 30px;
    }
    #mobileNavBtn img {
        float: left;
        width: 30px;
        height: auto;
        margin: 0;
        margin-top: 15px;
        margin-left: 30px;
    }
    .single-page-nav a:hover, 
    .single-page-nav .current {
        background: #fff;				
        color: #3d3d3d;
    }	 
    #tom {
        background: #e7e7e7;
    }
    .about-box {
        box-sizing: border-box;
        background: transparent;
        color: #3d3d3d;
        width: 100%;
        padding: 0;
    }
    .about-box img {
        height: 40px;
        width: auto;
    }
    .non_mbl {
        display: none;
    }
    .mbl {
        display: block;
    }
    #tom .sectiontitle:after {
        background: #3d3d3d!important;  
    }
}
@media only screen and (max-width: 400px) {
    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
    }
}
@media only screen and (max-width: 360px) {
     .contact_social .btn1 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .contact_social .btn1.insta {
        float: none;
        margin-left: 0;
    }   
}

/* keyframes für fading und bouncing - Effekte */
@-webkit-keyframes fade-1 {
	0% {
		opacity: 0.25;
	}	
	50% {
		opacity: 0.75;
	}
	75% {
		opacity: 1.0;
	}
}
@-moz-keyframes fade-1 {

	0% {
		opacity: 0;
	}
	
	25% {
		opacity: 0.25;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.75;
	}
	100% {
		opacity: 1.0;
	}
}
@keyframes fade-1 {

	0% {
		opacity: 0;
	}
	
	25% {
		opacity: 0.25;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.75;
	}
	100% {
		opacity: 1.0;
	}
}
@-webkit-keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}