/**
 * @license
 * MyFonts Webfont Build ID 3811831, 2019-09-26T11:28:27-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TTSupermolot-Regular by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-supermolot/regular/
 * 
 * Webfont: TTSupermolot-Bold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-supermolot/bold/
 * 
 * Webfont: TTSupermolotCondensed-BoldItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-supermolot-condensed/bold-italic/
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3811831
 * Licensed pageviews: 20,000
 * Webfonts copyright: Copyright (c) 2014 by Typetype. Designer Ivan Gladkikh, technical designer Olexa Volochay, Nadyr Rakhimov. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3a29f7");
@import url("//hello.myfonts.net/count/3a53aa");

@font-face {font-family: 'TTSupermolot-Regular';src: url('../webfonts/3A29F7_0_0.eot');src: url('../webfonts/3A29F7_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/3A29F7_0_0.woff2') format('woff2'),url('../webfonts/3A29F7_0_0.woff') format('woff'),url('../webfonts/3A29F7_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'TTSupermolot-Bold';src: url('../webfonts/3A29F7_1_0.eot');src: url('../webfonts/3A29F7_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/3A29F7_1_0.woff2') format('woff2'),url('../webfonts/3A29F7_1_0.woff') format('woff'),url('../webfonts/3A29F7_1_0.ttf') format('truetype');}

@font-face {font-family: 'TTSupermolotCondensed-BoldItalic';src: url('../webfonts/3A53AA_0_0.eot');src: url('../webfonts/3A53AA_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/3A53AA_0_0.woff2') format('woff2'),url('../webfonts/3A53AA_0_0.woff') format('woff'),url('../webfonts/3A53AA_0_0.ttf') format('truetype');}


.selector-for-some-widget {
  box-sizing: content-box;
}

::selection {
    color: #fff; background-color: #D51317;
}

html, body {
    color: #2E2D2C;
    height: 100%;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'TTSupermolot-Regular', sans-serif;
    font-size: 1rem;
    line-height: 1.8rem;
    /* background: transparent radial-gradient(closest-side at 50% 23%, #2E2D2CDE 0%, #2E2D2C 100%) 0% 0% no-repeat padding-box; */
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -150px -200px;
    background-color: #2E2D2C;
    opacity: 1;
}

header {
    padding: 10px 0px;
}

h1, .h1 {
    font-family: 'TTSupermolotCondensed-BoldItalic', sans-serif;
    font-size: 1.7rem;
    color: #D51317;
    text-transform: uppercase;
    text-align: center;
}

h2, .logo-text-container p {
    font-family: 'TTSupermolot-Bold', sans-serif;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
}

h2, h3 {
    font-family: 'TTSupermolotCondensed-BoldItalic', sans-serif;
    text-transform: uppercase;
}

h3 {
    text-align: center;
    margin-top: 20px;
}

p {
    text-align: center;
}

b {
    font-family: 'TTSupermolot-Bold', sans-serif;
}

span {
    font-family: 'TTSupermolot-Bold', sans-serif;
    font-size: 1.2rem;
}

/* Logo */

.logo-container {
    text-align: center;
    max-width: 200px;
}

.logo {
    margin: 20px 0px;
}

.logo img {
    width: 100%;
    -webkit-filter: drop-shadow(12px 12px 27px #00000053);
    filter: drop-shadow(12px 12px 27px #00000053);
}

.logo-text-container {
    text-align: center;
}

.logo-text-container p{
    margin: 20px 0;
}

/* Dreiecke */

.dreiecke {
    position: relative;
    z-index: 1000 !important;
}

.dreieck-links, .dreieck-rechts {
    position: absolute;
    width: 100px;
}

.dreieck-links {
    -webkit-filter: drop-shadow(12px 12px 27px #00000053);
    filter: drop-shadow(12px 12px 27px #00000053);
    left: 0px;
    top: 0px;
    display: none;
}

.dreieck-links img, dreieck-rechts img {
    width: 100%;
}

.dreieck-rechts {
    -webkit-filter: drop-shadow(-12px -12px 27px #00000053);
    filter: drop-shadow(-12px -12px 27px #00000053);
    right: 0px;
    bottom: 0px;
}

.impressum-icon{
    position: absolute;
    z-index: 5000;
    right: 10px;
    top: 20px;
    width: 45px;
}

.impressum-icon img {
    width: 100%;
    position: relative;
}


/* Main */

main {
    background-color: #fff;
    padding: 30px 0;
}

.telefonnr, .mail {
    display: table;
    margin: 5px auto;
    text-align: center;
}

.telefonnr img, .telefonnr p, .mail img, .mail p {
    display: table-cell;
    vertical-align: middle;
}

.telefonnr img, .mail img {
    margin-right: 10px;
}

/* Footer */

footer {
    position: relative;
    width: 100%;
    z-index: 500;
    background-color: #2E2D2C;
    bottom: 0px;
    padding: 20px 0px;
}

footer .logo-container {
    text-align: center;
    max-width: 150px;
}

footer .logo img {
    width: 100%;
    opacity: 0.2;
}

footer p {
    color: #fff;
}

/* Für impresssum.html */

.datenschutz {
    margin-top: 40px;
}

.daten h2, .impressum h2 {
    color: #2E2D2C; 
}

.daten {
    margin: 30px 0px;
}

.daten p, .daten h2, .daten h3, .impressum p, .impressum h2, .impressum h3, .datenschutz p, .datenschutz h3 {
    text-align: left;
}

.zurueck {
    margin-bottom: 20px;
}

.zurueck-icon {
    width: 45px;
    margin: auto;
}

.zurueck-icon img {
    width: 100%;
}

/* Icon Hover */

.impressum-icon, .zurueck-icon {
    opacity: 1;
    -webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
    transition: 1s;
}

.impressum-icon:hover, .zurueck-icon:hover {
    opacity: 0.5;
}

/* Back to top */

.back-to-top {
    background-color: transparent;
    background-image: url(../img/pfeil-links.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1.7em;
    transform: rotate(90deg);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    /* Für impressum.html */
    .zurueck {
        margin-bottom: 0px;
    }
    
    .zurueck-icon {
        margin-bottom: -37px;
        margin-left: 0px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
    body {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
    
    h1, .h1 {
        font-size: 2rem;
    }
    
    h2, .logo-text-container p {
    font-size: 1.5rem;
    }
    
    span {
    font-size: 1.4rem;
    }
    
    header, main, footer {
    padding: 20px 0px; 
    }
    
    /* Logo */
    .logo-container {
    max-width: 300px;
    }
    
    /* Main */
    
    main {
        padding: 60px 0;
    }
    
    .telefonnr {
    float: right;
    } 
    
    .telefonnr, .mail {
        margin: 10px 30px;
    }
    
    /* Dreiecke */
    
    .dreieck-links {
        display: block;
    }
    
    .dreieck-links, .dreieck-rechts {
    width: 130px;
    }
    
    .impressum-icon{
    right: 10px;
    bottom: 10px;  
    }
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
    .dreieck-links, .dreieck-rechts {
    width: 180px;
    }
    
    .impressum-icon{
    right: 20px;
    bottom: 20px;  
    }
}