/* font-family: Agrandir, sans-serif; */
@font-face {
    font-family: Agrandir;
    font-weight: 400;
    src: url("../fonts/Agrandir-Regular.otf") format("opentype");
}

/* font-family: SpitzkantHead, serif; */
@font-face {
    font-family: SpitzkantHead;
    font-weight: 400;
    src: url("../fonts/Spitzkant-Head-Light.ttf") format("truetype");
}

/* font-family: ProximaNova, sans-serif; */
@font-face {
    font-family: 'ProximaNova';
    font-weight: 300;
    src: url('../fonts/Proxima-Nova-Light.woff2') format('woff2'),
         url('../fonts/Proxima-Nova-Light.woff') format('woff'),
         url('../fonts/Proxima-Nova-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: 800;
    src: url('../fonts/Proxima-Nova-Extrabold.woff2') format('woff2'),
         url('../fonts/Proxima-Nova-Extrabold.woff') format('woff'),
         url('../fonts/Proxima-Nova-Extrabold.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: 400;
    src: url('../fonts/Proxima-Nova-Regular.woff2') format('woff2'),
         url('../fonts/Proxima-Nova-Regular.woff') format('woff'),
         url('../fonts/Proxima-Nova-Regular.ttf') format('truetype');
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* ALLGEMEIN
========================================================================== */

:root {
  --black: #060A20;
  --white: #F7F7F7;
  --yellow: #FFEE57;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'ProximaNova';
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black);
    background-color: var(--white);
}

p {
    margin: 0;
    padding: 0;
}

img {
	width: 100%;
	height: auto;
}

.container {
    position: relative;
    width: 100%;
    max-width: 640px;
    max-width: 40rem;
    margin: 0 auto;
    padding: 0 15px;
    padding: 0 0.9375rem;
}

/* Flex */
.flex {
    display: flexbox;
	-webkit-display: box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.justify-center {
    -webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyLink {
    height: 48px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
    text-transform: none;
    font-size: 24px !important;
}

/* HEADER
========================================================================== */

header {
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    width: 100%;
    height: 250px;
    height: 15.625rem;
    background: url("../img/background-love.jpg")no-repeat center/cover;
    position: relative;   
}

.logo {
    width: 200px;
    width: 12.5rem;
    height: 200px;
    height: 12.5rem;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-left: -6.25rem;
    bottom: 0;
    z-index: 100;
	top: 7.5rem;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
    height: auto;
}

.border {
    position: absolute;
    width: 100%;
    height: 100px;
    height: 6.25rem;
    bottom: 0;
    left: 0;
    background: url("../img/border.svg")repeat-x center bottom/auto 100%;
}

/* BUTTON
========================================================================== */

main {
    background: url("../img/background.svg") repeat top center/700px auto;
    background: url("../img/background.svg") repeat top center/43.75rem auto;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
}

.linktree {
	padding: 1.25rem 0;
	background: var(--white);
}

.button {
    position: relative;
    width: 100%;
    z-index: 10;
	padding: 0.625rem 0;
}

/*.button::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}*/

.button a {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    width: calc(100% - 1.875rem);
    margin: 0 auto;
    color: var(--black);
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.75px;
    letter-spacing: 0.046875rem;
    padding: 30px 80px 30px 40px;
    padding: 1.875rem 5rem 1.875rem 2.5rem;
    border-radius: 60px;
    border-radius: 3.75rem;
    border: 2px solid var(--black);
    border: 0.125rem solid var(--black);
    text-align: left;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button a:hover {
    background: var(--black);
    color: var(--white);
}

.button span {
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
    background: var(--black);
    border-radius: 100%;
    position: absolute;
    right: 20px;
    right: 1.25rem;
    top: 50%;
	margin-top: -1.40625rem;
    padding: 12px;
    padding: 0.75rem;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 25px;
}

.button span svg {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button span svg path {
    fill: var(--white);
}

.button a:hover span {
    background: var(--white);
}

.button a:hover span path {
    fill: var(--black);
}

.button.link span svg {
    width: auto;
    height: 100%;
}

.social-media {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    z-index: 10;
}

.sm {
    width: calc(100%/4);
    max-width: 90px;
    max-width: 5.625rem;
    max-height: 90px;
    max-height: 5.625rem;
    margin: 0 8px;
    margin: 0 0.5rem;
    position: relative;   
}

.sm::after {
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2px;
    top: 0.125rem;
    left: 2px;
    left: 0.125rem;
    z-index: -1;
}


.sm.facebook::after {
    background: url("../img/fb-shadow.svg")no-repeat center/100% auto;
}

.sm.twitter::after {
    background: url("../img/tw-shadow.svg")no-repeat center/100% auto;
}

.sm.instagram::after {
    background: url("../img/insta-shadow.svg")no-repeat center/100% auto;
}

.sm.youtube::after {
    background: url("../img/yt-shadow.svg")no-repeat center/100% auto;
}

.years25 {
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.years25 img {
    width: 100%;
    height: auto;
}

.slogan {
    max-width: 200px;
    max-width: 12.5rem;
    margin: 0 auto;
}

/* FOOTER
========================================================================== */

footer {
    text-align: center;
    letter-spacing: 0.5px;
    letter-spacing: 0.03125rem;
}

.ht-container {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

.hashtag {
    position: relative;
    font-weight:600;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.75px;
    letter-spacing: 0.046875rem;
	width: 13.75rem;
    margin: 0 auto;
	text-align: center;
}

.ht-container::before {
    content: '';
    width: 50%;
    width: calc(50% - 6.875rem);

    height: 2px;
    height: 0.125rem;
    background: var(--black);
    position: absolute;
    left: 0;
    top: 13px;
    top: 0.8125rem;
}

.ht-container::after {
    content: '';
    width: 50%;
    width: calc(50% - 6.875rem);

    height: 2px;
    height: 0.125rem;
    background: var(--black);
    position: absolute;
    right: 0;
    bottom: 13px;
    bottom: 0.8125rem;
}

.copyright {
    padding: 12px 0;
    padding: 0.75rem 0;
    background: url("../img/lines.svg")repeat center/5px auto;
	background: var(--white);
}

.copyright p {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
}

/* MEDIA QUERIES
========================================================================== */

@media screen and (max-width: 639px) {
    
    header {
        height: 180px;
        height: 11.25rem;
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
    }
    
    .border {
        height: 80px;
        height: 5rem;
    }
    
    .logo {
        max-width: 120px;
        max-width: 7.5rem;
        max-height: 120px;
        max-height: 7.5rem;
        margin-left: -60px;
        margin-left: -3.75rem;
    }
    
    .button a {
        padding: 25px 80px 25px 40px;
        padding: 1.5625rem 5rem 1.5625rem 2.5rem;
    }
    
    .button::before {
        top: -8px;
        top: -8px;
    }
    
    .social-media {
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }
    
    .years25 {
        max-width: 140px;
        max-width: 8.75rem;
    }
}

@media screen and (max-width: 479px) {
    
    header {
        height: 160px;
        height: 10rem;
    }
    
    .border {
        height: 60px;
        height: 3.75rem;
    }
    
    main{
        padding-bottom: 10px;
         padding-bottom: 0.625rem;
    }
    
    .logo {
        max-width: 150px;
        max-width: 9.375rem;
        max-height: 150px;
        max-height: 9.375rem;
        margin-left: -75px;
        margin-left: -4.6875rem;
		top: 4.6875rem;
	}
    
    .button a {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 20px 60px 20px 20px;
        padding: 1.25rem 3.75rem 1.25rem 1.25rem;
    }
    
    .button span {
        width: 35px;
        width: 2.1875rem;
        height: 35px;
        height: 2.1875rem;
        padding: 10px;
        padding: 0.625rem;
        right: 13px;
        right: 0.8125rem;
        line-height: 15px;
        line-height: 0.9375rem;
		margin-top: -1.09375rem;
    }
    
    .sm {
        max-width: 60px;
        max-width: 3.75rem;
        max-height: 60px;
        max-height: 3.75rem;
        margin: 0 5px;
        margin: 0 0.3125rem;
    }
    
    .sm::after {
        top: 1px;
        top: 0.0625rem;
        left: 1px;
        left: 0.0625rem;
    }
    
    .years25 {
        max-width: 120px;
        max-width: 7.5rem;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem;
    }
    
    .slogan {
        max-width: 160px;
        max-width: 10rem;
    }
}