/*
Theme Name: The Brick
Author: Anja
Version: 1.0
*/


.iframe-back-button {
	font-family: 'Open Sans';
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 0;
	border: 2px solid rgb(202, 222, 6);
}

h2 {
    font-family: Outfit;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.position-unset{
    position: unset;
}

.offcanvas-header{
	justify-content:end;
}

.offcanvas-header button{
	background:none;
}

.offcanvas-body{
	padding:0;
}

.aspect-ratio-4-3 {
    aspect-ratio: 4/3;
}
body{
    overflow-x: hidden;
}
.aspect-ratio-16-9 {
    aspect-ratio: 16/9;
}
.custom-container {
    padding-left: 24px;
    padding-right: 24px;
}
.box-container {
    padding: 56px 24px;
}

.mt-112 {
    margin-top: 48px;
}

.mt-80 {
    margin-top: 24px;
}

.mb-80 {
    margin-bottom: 24px;
}

.ps-80 {
    padding-left: 24px;
}

.pe-80 {
    padding-right: 24px;
}

p, li, .information a, .impressum a {
    font-family: Outfit;
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    line-height: 135%;
	text-decoration:none;
}

.col-75{
    width: 62.5%;
}

p:last-child {
    margin-bottom: 0;
}



.footer-container {
    background: black;
}

footer p {
    margin-bottom: unset;
}

footer a, footer a:hover {
    color: white;
    text-decoration: none;
    font-size: 16px;
}
/*
    HEADER
 */

.offcanvas {
    background-image: url("/wp-content/uploads/2023/09/Blurry-Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.navbar{
    top: 86px;
}
.navbar-toggler{
    width: 24px;
    height: 24px;
}
.navbar-custom{
	padding-top:16px;
	padding-left:12px;
	padding-right:22px;
	padding-bottom:16px;
    z-index:200;
}
.btn-close:focus{
    box-shadow: none !important;
}
.background-blur{
    background-image: url("/wp-content/uploads/2023/09/Blurry-Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn-close{
position: relative;
  left: 0;
  top: 10px;
}
.offcanvas-header{
    padding-right: 20px !important;
}
.btn-close svg{
position: absolute;
  left: 50%;
  top: 50%;
  transform: translate;
  transform: translate(-50%, -50%);
}
.navbar-toggler ,.navbar-custom .navbar-brand{
    z-index: 10;
}
.navbar-custom .navbar-brand{
    width: 40px;
    height: auto;
}
.right .navbar-brand {
    height: 40px;
    width: auto;
    opacity: 0;
    visibility: hidden;
}
.right .navbar-brand img{
    height: 40px;
    width: auto;
}
.navbar-custom img{
    width: 100%;
}
.navbar-custom .hamburger{
    width: 25px;
    position: relative;
}
.navbar-nav {
    display: flex;
    gap: 16px;
    margin: 105px;
    
}
.navbar-nav li {
    margin: 16px 24px;
}
.navbar-custom button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
    border: none;
}
.footer-container {
    padding: 48px 24px;
}

.copyright {
    gap: 48px!important;
}

.copyright-column {
    gap: 32px;
}

.gap-10 {
    gap: 10px;
}

.social-icons {
    gap: 24px;
}

.form-elements {
    gap: 16px;
}


@media screen and (max-width: 576px) {
	.kontakt-container{
		padding-left:24px;
		padding-right:24px;
	}	
}

@media screen and (min-width: 576px) {
    .navbar-toggler{
        width: 48px;
        height: 48px;
    }
    .custom-container{
        padding-left: unset;
        padding-right: unset;
    }
    .navbar-toggler .hamburger, .navbar-toggler .hamburger svg{
        width: 100%;
        height: 100%;
    }
    .navbar-custom .navbar-brand{
        width: 80px;
    }
	
	.copyright {
		gap: 30px!important;
	}
}
@media only screen and (min-width: 992px) {
    .footer-container {
        padding: 64px;
    }

    .navbar-nav {
        gap: unset;
        margin: unset;
    }
    
    .custom-container {
        max-width: 1100px;
    }

    .mt-80 {
        margin-top: 64px;
    }

    .mb-80 {
        margin-bottom: 64px;
    }

    .mt-112 {
        margin-top: 80px;
    }

    .box-container {
        padding: 60px 44px;
    }

    .ps-80 {
        padding-left: 40px;
    }

    .pe-80 {
        padding-right: 40px;
    }

    .newsletter {
        width: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .ps-80 {
        padding-left: 64px;
    }

    .pe-80 {
        padding-right: 64px;
    }

    .custom-container {
        max-width: 1336px;
    }

    .box-container {
        padding: 80px 64px;
    }

    p, li, .information a, .impressum a  {
        font-size: 20px;
    }

    h2 {
        font-size: 64px;
        margin-bottom: 32px;
    }

    .newsletter {
        width: 312px;
    }
	
	.copyright {
		gap: 48px!important;
	}
}

@media only screen and (min-width:1400px){
	.offcanvas {
        background-image: unset;
    }
}

@media only screen and (min-width: 1600px) {
    .mt-80 {
        margin-top: 80px;
    }

    .mb-80 {
        margin-bottom: 80px;
    }

    .ps-80 {
        padding-left: 80px;
    }

    .pe-80 {
        padding-right: 80px;
    }

    .mt-112 {
        margin-top: 112px;
    }

    .custom-container {
        max-width: 1784px;

    }
	
    .box-container {
        padding: 112px 80px;
    }

    p, li, .information a, .impressum a  {
        font-size: 28px;
    }

    .footer-container {
        padding: 64px 80px;
    }

    footer p, footer a{
        color: #FFF;
        font-family: Outfit;
        font-size: 16px!important;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
    }

    .newsletter {
        width: 608px;
    }
	
	.impressum h4, .information h4 {
		font-family: PT Serif;
		font-size: 36px;
		font-style: italic;
		font-weight: 400;
		line-height: 130%;
	}
}