

/* Google Webfont*
@import url(http://fonts.googleapis.com/css?family=poppins:400,500,700,300,100);*/

@font-face {
    font-family: Poppins;
    font-display: swap;
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    font-display: swap;
    src: url('fonts/poppins-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/poppins-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    font-display: swap;
    src: url('fonts/poppins-light-webfont.woff2') format('woff2'),
         url('fonts/poppins-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    font-display: swap;
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    font-display: swap;
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
    border: 0;
	outline: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
body {
    line-height: 1;
    background: #f8f8f8 ;
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    color: #555555;
    font-size: 18px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
body, html{
    height: 100%;
    min-height: 100%;
}
html{
    
}

ol, ul {
	list-style: none;
    line-height: 1.2em;
}
ul:not(#menu){margin-bottom: 20px;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
    outline: inherit;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
}
thead{text-align: left;}
th{font-weight: normal;color: black;font-style: italic;}
th,td{padding: 8px 20px 8px 0; width: 50%;}
p {
    line-height: 1.5em;
    margin: 20px 0;
}
ul, li{
    line-height: 1.5em;
}

/* HTML 5 Elemente = display:block;  */
header, nav, section, footer, article, figure, aside, content{ 
    display: block;   
}

::-moz-selection { /* Code for Firefox */
    background-color: #e8ccea; 
    color:#ffffff;
}

::selection {
    background-color: #e8ccea; 
    color:#ffffff;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}/* Headlines  */

h1{font-weight: normal; font-size: 34px;  line-height: 1.2em; /*font-family: Poppins;*/ word-wrap:break-word;}
h2{font-weight: normal; font-size: 24px; line-height: 1.2em;margin-bottom:20px;color:black;}
p+h2, ul+h2 {padding-top: 20px;}
h3{line-height: 1.4;font-weight:normal;color:black;font-style:italic;margin-bottom:20px;}
h4{color: #ffffff; font-size:30px; line-height: 1.2em; font-weight:normal;}
h5{color: #ffffff; line-height: 1.2em;}

/* Basic Elements -------------------------------------*/


.floatleft{
    float: left;
}
.floatright{
    float: right;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.lightgrey{
    background-color: #f9f9f9;
}

.overflow{
    overflow: hidden;
}

.padding{
    padding: 20px;
}

strong{
    line-height: 1.4em;
}

.pic{
    width: 100%;
    background-color: #f9f9f9;
    min-height:  300px;
    display: block;
}

.dezimal li{
    list-style-type: decimal;
}
.liststyle{
    list-style-type: disc;
}
.list ul{
    padding: 22px 22px 0 22px;
}
.list ul li{
    padding: 12px 10px;
}
ul.standard_list{padding-left: 20px;list-style: disc;}
ul{list-style: inside circle;}

a{
    color: #c69bca;
}
a:hover{
    color: #777777;
}
.current{
    color: #777777;
}
.startext{
    font-size: 0.8em;
    color: #c9c9c9;
}
.nav .current{
    color: #e8ccea;
}
.displaynone{display: none;}

/* Goldener Schnitt / Strecke ----------------------------------*/

.shortway{
    width: 35%;
}
.longway{
    width: 60%;
}
.halfway{
    width: 49%; 
}

.firstcolumn{
    width: 33%;
}
.centercolumn{
    width: 33%;
}
.lastcolumn{
    width: 33%;
}
.columns-4 .firstcolumn{
    width: 25%;
}
.columns-4 .centercolumn{
    width: 25%;
}
.columns-4 .lastcolumn{
    width: 25%;
}

/*.columns-3 img{transition: transform .3s;}
.columns-3 img:hover{
    transform: scale(1.1);
}*/

.columns-3{
    position: relative;
    box-shadow: 0 0 20px 0 rgb(40 40 40 / 3%);
}
.columns-3 h3 {
    font-size: 24px;
    line-height: 1.2em;
    font-style: normal;
}
.columns-3 a{display: inline-block;}

.icon{
    height: 30px;
    width: 30px;
    margin: 0 auto 20px;
    /*background-color: #c69bca;*/
    border: 10px solid #e8ccea;
    border-radius: 60px;
    background: linear-gradient(60deg, #e8ccea, #c69bca, #e8ccea);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    -o-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;
    
    transition: transform .3s;
}
.icon:hover{transform: scale(1.1);}



/* Header -------------------------------------*/

.quickinfo{
    padding: 5px 20px;
    background-color: #f9ecfb;
    max-width: 1400px;
    margin: 0 auto;
}
.quickinfo p{
    margin: 0;
    display: inline-block;
    font-size: 12px;
    color:#000000;
    letter-spacing: 1px;
    /*font-weight: 700;*/
}
/*
.quickinfo p:first-child{
    width: 89%;
}
.quickinfo p:last-child{
    width: 10%;
}*/
.quickinfo a{
    text-decoration: none;
    font-size: 12px;
    color:#000000;
    letter-spacing: 1px;
}
.quickinfo a:hover{
    color:#333333;
}

header{
    background-color:#fff !important;
}

/* #menu{
    display: none;
}*/

@media screen and (min-width: 1025px){
    #menu{
        max-width: 100%;
        /*line-height: 48px;
        line-height: 30px;*/
        line-height: 52px;
    }
    #menu li{
        display:inline-block;
        /*padding:4px 10px;*/
        padding:28px 10px 0;
        cursor:default;
    }
    #menu li:first-child{
        margin-left:0;
        padding-left:0;
    }
    #menu li a{
        text-decoration:none;
        color:black;
    }
    #menu a:hover{
        color: #e8ccea;
    }
    #menu li ul{
        display:none;
        padding-top:32px;
        margin-left:-15px;
    }
    #menu li:hover ul{
        display:block;
        position:absolute;
        width:170px;
    }
    #menu li ul li{
        padding:0;
        margin:0;
        width:100%;
    }
    #menu li ul li a{
        width: 100%;
        display: block;
        padding: 8px 15px;
        /*margin-top: 19px;*/
        background-color: #f9f9f9;
        text-align: left;
    }
    #menu li ul li a:hover{
        color:#e8ccea;
        background-color: #f8f8f8;
    }
}


.nav{
    position:relative;
    text-align: right;
    z-index:1;
    max-width 100%;
    padding: 0px;
}










.inlinelink a{
    display: inline-block;
    padding-bottom: 15px;
}


.logo{
    position: absolute;
    z-index:2;
}
/* Intro ----------------------------------*/

.intro h1{
    color: #ffffff;
    /*font-weight: 700;*/
    margin-bottom: 10px;
}
.intro h2{
    color: #ffffff;
    font-weight: 300;
}
.intro.artikelteaser h2{
    /*font-weight: 700;*/
    font-size: 34px;
    margin-bottom: 10px;
}

.intro span{
    color: #ffffff;
}
.intro .blue{
    text-transform: uppercase;
    font-style: italic;
    color: #e8ccea;
}

.intro.startsite{
    /*  background: linear-gradient(60deg, #84d2f6, #E08003, #84d2f6); */
    background: #181818 url('../img/beautypoint-anastasia.jpg') no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 50px;
    /* background-size: 600% 600%;
    text-align: left;

    -webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    -o-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;*/
}

.intro.kontaktsite{
    /*  background: linear-gradient(60deg, #84d2f6, #E08003, #84d2f6); */
    background: #181818 url('../img/test.jpg');
    background-position: center bottom;
    padding-top: 200px;
    padding-bottom: 100px;
    /* background-size: 600% 600%;
    text-align: left;

    -webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    -o-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;*/
}
.intro.artikelteaser{
     /*  background: linear-gradient(60deg, #84d2f6, #E08003, #84d2f6); */
    background: #181818 url('../img/shr-ipl-teaser.jpg');
    background-position: center bottom;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 80px;
    /* background-size: 600% 600%;
    text-align: left;

    -webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    -o-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;*/
}
@media screen and (min-width: 1025px){
    .intro{
        height: 200px;
    }
    .intro.startsite, .intro.motoreninstandsetzung{
        padding-top: 350px;
        padding-bottom: 30px;
    }
    .intro.artikelteaser{
        padding-top: 80px;
        padding-bottom: 220px;
    }
    .intro h2{
        width: 64%;
    }
}

.artikelteaser p{
    color: #ffffff;
    width: 50%;
}

.standardbutton, input[type=submit] {
    background: linear-gradient(60deg, #e8ccea, #c69bca, #e8ccea);
    background-size: 600% 600%;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 30px;
    border: 6px solid #e8ccea;
    text-decoration: none;
    /*font-weight: 700;*/
    
    -webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    -o-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;
}
.standardbutton:hover, input[type=submit]:hover {
    background: #c69bca;
    color: #ffffff;
}
.standardbutton.current{
    color: #ffffff;
    background: #c69bca;
}
.marginbot{margin-bottom: 20px;}


/* Contactinfo Element ----------------------------------*/

.contactinfo h2{
    color: #ffffff;
}
.contactinfo h3{
    color: #ffffff;
    /*font-weight: 700;*/
}

.contactinfo{
    background: linear-gradient(60deg, #e8ccea, #c69bca, #e8ccea);
    background-size: 600% 600%;
    padding-top: 60px;
    padding-bottom: 60px;

    -webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    -o-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;
}

.contactarea{
    /*background: linear-gradient(90deg, #e8ccea, #e8ccea, #8bf89f);
    background: url(../img/test.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;*/
    background-color: #f9ecfb;
}
.contactarea h3{
    font-style: normal;
    font-size: 26px;
    margin-bottom: 12px;
}
.contactarea ul li{
    padding: 3px 0;
}
/*
.contactarea ul li:before{
    content: '✔ ' ;
    font-size: 20px;
    /*font-weight: 300;*
    color: #ffffff;
    position: relative;
    top: 2px;
}
.contactarea .border{
    border: 0px solid rgba(255, 255, 255, 0.9);
    border-radius: 2px;
}*
.contactarea a {color: #ffffff;}
/*.contactarea a:hover {color: #e8ccea;}*/



.validatr-message{
    max-width: 300px;
    padding: 5px !important; 
    background-color: #ffa1a1 !important;
    color: #db2d2d !important;
    border: 1px solid #db2d2d !important;
}


.phonecall{
    display: none;
    position: fixed;
    bottom: 20px;
    left:20px;
    right: 20px;
}
.phoneicon, .mailicon, .whatsapp{
    width: 80px;
    height: auto;
}
a.whatsapp:after {
    content: url(../img/whatsapp.svg);
}
a.phoneicon:after {
    content: url(../img/phonecall.svg);
}
.mailicon, .whatsapp{float: left;}
.phoneicon{float: right;}


/* Footer Form ----------------------------------*/

form{
    background: none;
    padding: 0 0 0 0;
    border:0px solid #ffffff;
}

input[type=text], input[type=email], input[type=number], textarea{
    border: none;
    border: 0px dotted #c9c9c9;
    background: #e8ccea;
    width: 99%;
    padding: 10px 4px;
    margin-bottom: 5px;
    border-radius: 2px;
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
}
input::placeholder, textarea::placeholder{
    color: #555555;
}

textarea{
    height: 139px;
    border-radius: 2px;
    border-left: 0px dotted #c9c9c9;
    font-family: Raleway;
}
input[type="email"].big-dog::-webkit-input-placeholder {
   color:   #777777;
    padding: 10px;
}
input[type=submit] {
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    color: #ffffff; 
    font-size: 100%;
    cursor: pointer;
    margin: 16px 0px; 
    float: right; 
}


/* Copyright ----------------------------------*/
.copyright{
    background: #c69bca;
    padding: 0 20px;
    margin-bottom: 20px;
    color:rgba(255, 255, 255, 0.7);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.copytext{
    color:rgba(255, 255, 255, 0.7);
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 86%}
    50%{background-position:100% 15%}
    100%{background-position:0% 86%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 86%}
    50%{background-position:100% 15%}
    100%{background-position:0% 86%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 86%}
    50%{background-position:100% 15%}
    100%{background-position:0% 86%}
}
@keyframes AnimationName { 
    0%{background-position:0% 86%}
    50%{background-position:100% 15%}
    100%{background-position:0% 86%}
}


/* Section -------------------------------------*/
section, header, footer, copyright{
    max-width: 1400px;
    margin: 0 auto;
    border: 0px solid red;
    padding: 20px;
    background-color: #ffffff;
}
header{padding: 10px 20px;}

section, footer{
    padding: 60px 20px;
}
section img{
    max-width:100%; 
    height:auto;
}


.titlearea{
    background-color: #f1f1f1; 
    padding: 0 20px;
    background: linear-gradient(270deg, #e8ccea, #e8ccea, #c69bca);
    background-size: 100% 100%;
    color: #ffffff;
    
    /*-webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    -o-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;*/
}
.titlearea>div{padding: 40px 20px 20px;}

/* Article -------------------------------------*/
article, section>div, footer>div{
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 20px;
}



.products{margin-bottom: 30px;}
.products img{margin-top: 20px;}

.team h2{padding: 20px 0;}


.pricelist h3{color:black; margin: 20px 0 10px 0;text-decoration: underline;}


.reference-thumbnail{
    width: 33.3%;
    max-height: 246px;
    box-sizing: border-box;
    float: left;
    padding: 2px 4px;
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
}
.ref-title {
    background: #ff9800d9;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px;
}


.button{
    border: 2px solid #ffffff;
    float: left;
    color: #ffffff;
    background: none;
    width: 32%;
    height: 54px;
    cursor: pointer;
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
}
.button:hover{
    background-color: #181818;
}

::-webkit-input-placeholder {
    color:  #777777;
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
:-moz-placeholder {
    color:  #777777;
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
::-moz-placeholder {
    color: #777777;
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
:-ms-input-placeholder {
    color: #777777;
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

::placeholder{
    line-height: 1;
    padding:0 0 0 5px;
}



/* Pulsieren -------------------------------------*/


.pulsar1{ left: 45%; top: 42%;}
.pulsar2{ left: 70%; top: 75%;}
.pulsar3{ left: 60%; top: 16%;}
.pulsar4{ left: 10%; top: 67%;}

.pulsar5{ left: 62%; top: -1%;}
.pulsar6{ left: 40%; top: 13%;}
.pulsar7{ left: 12%; top: 32%;}
.pulsar8{ left: 5%; top: 42%;}
.pulsar9{ left: 40%; top: 59%;}
.pulsar10{ left: 12%; top: 80%;}



@keyframes pulsar {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes pulsar {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.pulsar {
    width: 30px;
    height: 30px;
    margin: 0px auto;  
    position: absolute;
}



.pulsar .ring {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 7px solid #e8ccea;
    box-shadow: inset 0 0 7px 0 #e8ccea;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    
}

.pulsar span{
    /*font-weight: 700;*/
    top: -10px;
    left: -5px;
    color: #999999;
    position: absolute;
}

.pulsar .ring:nth-child(1) {
    -webkit-animation: pulsar 2s 0s linear infinite;
    animation: pulsar 2s 0s linear infinite;
}

.pulsar .ring:nth-child(2) {
    -webkit-animation: pulsar 2s .5s linear infinite;
    animation: pulsar 2s .5s linear infinite;
}

.pulsar .ring:nth-child(3) {
    -webkit-animation: pulsar 2s 1s linear infinite;
    animation: pulsar 2s 1s linear infinite;
}

.pulsar .ring:nth-child(4) {
    -webkit-animation: pulsar 2s 1.5s linear infinite;
    animation: pulsar 2s 1.5s linear infinite;
}



/* Footer -------------------------------------*/

footer{
    background-color: #3f2e40;
    min-height: 200px;
}
footer ul{list-style: none;}
footer .lastcolumn li {
    color: rgba(255, 255, 255, 0.7);
}
footer .lastcolumn span{
    color: #e8ccea;
    text-decoration: none !important;
}
footer li a, footer li span{
    padding: 5px 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}
footer li a:hover{
    color: #ffffff;
}
footer .current{
    color: #ffffff;
}


/*COOKIES*/
#cookie-bar {background:#181818; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:8px 20px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;font-size:12px;}
#cookie-bar a.cb-enable {color:#212121; display:inline-block; border-radius:20px; text-decoration:none; padding:5px 14px; margin-left:50px;font-size:12px;}
#cookie-bar .cb-enable {background:#e8ccea;}
#cookie-bar .cb-enable:hover {background:#c69bca;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#046db5;}
#cookie-bar .cb-policy:hover {background:#777;}
@media screen and (max-width: 850px){
    #cookie-bar {padding:10px;}
    #cookie-bar p{font-size:10px}/*muss hier klein sein, da sonst Pagespeed sichtbare Inhalte*/
    #cookie-bar a.cb-enable {padding:3px 14px;margin:5px auto 0;display:block;width:fit-content;font-size:10px}
}



/*CONTACTAREA TOOLTIP*/
.tooltip .tooltiptext {
    display: none;
    width: 400px;
    max-width: 100%;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding:15px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    left: 51%;
    margin-top: -12%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

@media screen and (min-width: 769px){
    .tooltip:hover .tooltiptext {
        display: inline-block;
    }
}/* small Desctop
-------------------------------------------------------------------------------------------- */
/* --- Tablet & small Desctop --- */
@media screen and (max-width: 1500px) {  

footer{
    background-color: #3f2e40;
    min-height: 200px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.quickinfo{
    margin-top: 0px;
    border-radius: 0px;
}
}



/* Tablet & small Desctop
-------------------------------------------------------------------------------------------- */
/* --- Tablet & small Desctop --- */
@media screen and (max-width: 1024px) {  

    .logo{width: 240px;}
    .intro{
        padding-top: 180px;
        padding-bottom: 50px;
    }
    .artikelteaser p{
        width: 54%;
    }
    
    .team .longway img{margin-bottom: 20px;}
}



/*greater than tablet*/
@media screen and (min-width: 769px){
    .products img{max-width: 48%;}
    .products img:nth-child(2){float: right;}
    
    .products.uneven{max-width: 72.7%;}
    .products.uneven img{max-width: 100%;}
    
    .pricelist {
        padding: 40px;
        box-sizing: border-box;
    }
    table{width: 50%;}
}



/* Tablet
-------------------------------------------------------------------------------------------- */
/* --- Tablet --- */
@media screen and (max-width: 768px) {      
    
    h5{
        margin-bottom: 15px;
    }

    .floatleft{
        float: none;
        width: 100%;
    }
    .team .floatleft{
        width: 49%;
        float: left;
    }
    .floatright{
        float: none;
        width: 100%;
    }  
    .columns-4 .floatleft, .columns-4 .floatright{float: left; width: 49%;}    

    
    .quickinfo{
        display: none;
    } 
    .firstcolumn, .centercolumn{
        margin-bottom: 60px;
    }

    .intro.startsite{
        padding-top: 190px;
        padding-bottom: 10px;
    }
    .intro.artikelteaser{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .reference-thumbnail{
        width:100%;
        max-height: none;
    }

    textarea{
        border-left: 0px solid rgba(255, 255, 255, 0.9);
    }

    .validatr-message{
        left: 15% !important;
    }
    .contactarea ul {
        margin-bottom: 30px;
    }
    .phonecall{
       display: block;
    }
    
}



@media screen and (max-width:619px){
    .team .floatleft{
        float: none;
        width: 100%;
    }
} 


@media screen and (min-width:481px) and (max-width: 768px){
    .columns-4 div:nth-of-type(3){margin: 0;}
}



/* Smartphone
-------------------------------------------------------------------------------------------- */
/* --- Smartphone --- */
@media screen and (max-width: 480px) {  

    section, header, footer, copyright, .titlearea{
        padding-left: 10px;
        padding-right: 10px;
    }
    h1{font-size:27px}
    
    .columns-4 .floatleft, .columns-4 .floatright{width: 100%;}
    
    #tore-tueren .standardbutton:not(:first-of-type){margin-top: 20px;}
    
    footer .floatright{text-align: left;}
  
}





/***********NEW CSS MENU********************************************************/
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	text-align: right;
	height: 32px;
    padding: 15px 0 2px;
	display: none;
    overflow: hidden;
}

/*Checkbox ausblenden*/
header input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}





@media screen and (max-width: 1024px){
    
    nav.nav {
        position: absolute;
        left: 0;
        width: 100%;
        background:#fff;
        box-shadow: 0 8px 10px rgba(100,100,100,0.3);
    }
    
    /*ul Styling entfernen*/
    header ul {
        margin:0;
        padding:0;
        position: absolute;
        text-align: center;
    }

    /*horizontale Liste*/
    header li {
        display:inline-block;
        float: left;
        margin-right: 1px;
        line-height: 50px;
    }

    header li a {
        display:block;
        min-width:140px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #555555;
        background-color: #fff;
        text-decoration: none;
    }

    /*dropdown links*/
    header li:hover ul a {
        background: #f8f8f8;
        color: ;
    }

    /*gehoverte Dropdown Links*/
    header li:hover ul a:hover {
        background: #1b3249;
        color: #ffffff;
    }

/*submenu unsichtbar*/
    ul.menu{
        display: none;
    }

    /*Vertikale Dropdown Links*/
    header li ul li {
        display: block;
        float: none;
    }

    /*Text wrapping vermeiden*/
    header li ul li a {
        width: auto;
        min-width: 100px;
        padding: 0 20px;
    }

    
    input[type=checkbox]:checked ~ nav.nav{
        padding: 30px 0;
    }

    /*Menu anzeigen, wenn die unsichtbare Checkbox aktiviert ist*/
    input[type=checkbox]:checked ~ nav #menu{
        display: block;
    }  
    /*Submenu sichtbar machen*/
    input[type=checkbox].submenuCheck:checked ~ ul.menu{display: block;}
    
    
      
    
	/*Dropdown Links inline darstellen*/
	header ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	header li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	header ul li, header li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
        background: url(../img/menu.svg) right no-repeat;
        background-size: 30px 20px;
	}
    
    
    .dropdown:after {
        content:'▼';
        margin-left: 20px;
        color: #e8ccea;
    }
    
    input[type=checkbox]:checked ~ .dropdown:after {
        content:'▲';
    }
}