:root {
    --blue: #243763;
    --orange:  #536DFE;
    --white: #fff;
    --grey: #444444;
}
* {
    font-family:Arial, Helvetica, sans-serif;
    color: var(--blue);
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
body {
    margin: 0 0 75px 0;
}


/* Logo */
.logo-text1 {
    color: var(--orange);
}
.logo-text2 {
    color: var(--blue);
}
.logo-txt {
    margin-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    user-select: none;
}
header {
    margin: 1rem 0rem 6.5rem;
}
/* Mobile Navigation */
.desktopnav{
    display: none;
}
.desktop-button {
    display:none;
}
.nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 75px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: var(--white);
    display: flex;
    overflow-x: auto;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 1rem;
    color: var(--blue);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: var(--orange);
}

.nav__icon {
    font-size: 1.5rem;
    padding-bottom: 0.4rem;
}


/* Container */

.container {
    margin: 0 2rem 0;
}

/* Hero */


.hero__text {
    font-size:2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 3rem;
}
.corporate {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--orange);
}
h1 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.highlight {
    color: var(--orange);
    font-weight: bold;
}
h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5rem;
}
p,  ul {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
li {
    margin-left: 2rem;
}
.text-centered {
    text-align: center;
}
button {
    display: block;
    margin: 3rem auto;
    background-color: var(--orange);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1.2rem 2rem;
    color: var(--white);
    border:none;
    /* text-transform: uppercase; */
    letter-spacing: 0.05em;
    border-radius: 2rem;
    cursor: pointer;
  }
.portrait {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 5%;
    margin-bottom: 1.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hero {
    margin-bottom: 5rem;
}

/* Leistungen */


.block {
    background-color: var(--blue);
    border: 1px solid var(--orange);
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.leistungen-icon {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
}
.leistungen__icon {
    color: var(--white);
    font-size: 3rem;
    margin-bottom: 1rem;
    user-select: none; 
}

h3 {
    color: var(--orange);
    margin-bottom: 1rem;
}
.leistungen-text {
    color: var(--white);
    font-size: 1.2rem;
}
.leistungen {
    margin-bottom: 5rem;
}

/* Lösung */
.loesung {
    margin-bottom: 5rem;
}
.lblock {
    margin-bottom: 3rem;
}

/* termin */

.termin {
    margin-bottom: 5rem;
}
.sblock {
    margin-bottom: 3rem;
}


/* Kosten */
.kosten {
    margin-bottom: 5rem;
}
.kblock {
    margin-bottom: 3rem;
}
/* Contact */
.kontakt-insite {
    margin-bottom: 3.5rem;
}
#callus {
    font-weight: 600;
    margin-bottom: 2rem;
}
#hotline {
    color: var(--orange);
    text-decoration: underline;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.form-style-1 {
    width: 100%;
}
.form-style-1 li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 1rem 0 0 0;
}
.form-style-1 label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
    color: var(--blue);
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	outline: none;	
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	-moz-box-shadow: 0 0 8px var(--blue);
	-webkit-box-shadow: 0 0 8px var(--blue);
	box-shadow: 0 0 8px var(--blue);
	border: 1px solid var(--blue);
}
.form-style-1 .field-long{
	width: 100%;
    height: 3rem;
    font-size: 1rem;
}
.form-style-1 .field-textarea{
	height: 10rem;
    font-size: 1rem;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: var(--orange);
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: var(--orange);
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-1 .required{
	color:red;
}
/* Footer */
.bottom {
    background-color: var(--white);    
}
.copyright {
    font-size: 1rem;
}
.legal-flex {
    display: flex;
    justify-content: center;
}
.legal-link {
    padding: 1rem 2rem;
}
.legal-text {
    color: var(--blue);
    text-decoration: underline;
}
.name {
    font-weight: 700;
}
.bottom {
    padding: 2rem 0;
}
.bottom p {
    color: var(--blue);
}
.impressum {
    align-content: center;
}
.impressum p {
    text-align: left;
}
.impressum img {
    display: block;
    width: 300px;
    height: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
/* accordion */.tab input { position: absolute; opacity: 0; z-index: -1;}.row { display: flex;}.row .col { flex: 1;}.row .col:last-child { margin-left: 1em;}/* Accordion styles */.tabs { overflow: hidden; padding-right: 3rem; padding-left: 3rem; padding-top: 2rem;}.tab { width: 100%; color: white; overflow: hidden; margin-bottom: 0.2rem;}.tab a { line-height: 1.5rem;}.tab-label { display: flex; justify-content: space-between; padding: 1em; background: rgb(120, 171, 223); font-weight: bold; cursor: pointer; /* Icon */}.tab-label:hover { background: #1a252f;}.tab-label::after { content: "\276F"; width: 1em; height: 1em; text-align: center; transition: all 0.35s;}.tab-content { max-height: 0; padding: 0 1em; color: #2c3e50; background: white; transition: all 0.35s;}.tab-close { display: flex; justify-content: flex-end; padding: 1em; font-size: 0.75em; background: rgb(120, 171, 223); cursor: pointer;}.tab-close:hover { background: #1a252f;}input:checked + .tab-label { background: #1a252f;}input:checked + .tab-label::after { transform: rotate(90deg);}input:checked ~ .tab-content { max-height: 100vh; padding: 1em;}
@media only screen and (min-width: 700px) {
       
    .nav {
        display: none;
    }
    
    body {
        margin: 0;
        max-width: 1200px;
        margin: 0 auto;
    }
    .desktopnav{
        display: inline-block;
    }
    .desktop-button {
        display:inline-block;
    }
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo-txt {
        cursor: pointer;
        
    }
    .desktopnav__links {
        list-style: none;
    }
    .desktopnav__links li {
        display: inline-block;
        padding: 0 1rem;
        font-size: 1.2rem;
    }
    .desktopnav__links li a {
        transition: all 0.3s ease 0s;
    }
    .desktopnav__links li a:hover {
        transition: all 0.3s ease 0s;
        color: var(--orange);
    }

    /* Hero */

    .hero {
        display: flex;
    }
    .hero-block {
        width: 50%;
    }
    h1 {
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }
    .corporate {
        font-size: 1.4rem;
    }

    /* Leistungen */

    .block {
        margin: 0;
        width: 33%;
    }
    .leistungen-block1 {
        display: flex;
        
        
    }
    .leistungen-block2 {
        display: flex;
    }
    /* Lösung */
    .loesung-block {
        display: flex;
        flex-direction: row-reverse;
    }
    .lblock {
        width: 50%;
    }
    .lblock-text {
        padding-left: 2rem;
    }

    /* Termin */
    .termin-block {
        display: flex;
    }
    .sblock {
        width: 50%;
    }
    .sblock-text {
        padding-right: 2rem;
    }

    /* Kosten */
    .kosten-block {
        display: flex;
        flex-direction: row-reverse;
    }
    .kblock {
        width: 50%;
    }
    .kblock-text {
        padding-left: 2rem;
    }

    /* Kontakt */
    .kontakt-flex {
        display: flex;
    }
    .kontakt-block {
        width: 50%;
    }
}