@font-face {
	font-family: 'Franklin Gothic FS';
	src:
		local('Franklin Gothic Book'),
		local('Franklin Gothic FS Book, Regular'),
		url('https://assets.tagesspiegel.de/fonts/franklingothic-book-webfont-subset-basic-de.eee39720c7701db8ce51cb4436f4c594.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Franklin Gothic FS';
	src:
		local('Franklin Gothic Book'),
		local('Franklin Gothic FS Book, Regular'),
		url('https://assets.tagesspiegel.de/fonts/franklingothic-book-webfont-subset-basic-non-de.04c9c328ba249da5dd06f6732eec74ba.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Franklin Gothic FS';
	src: 
		local('Franklin Gothic Medium'),
		local('Franklin Gothic FS, Medium'),
		url('https://assets.tagesspiegel.de/fonts/franklingothic-med-webfont-subset-basic-de.92d281f2ff95c3834682ac684cc6f71f.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Franklin Gothic FS';
	src: 
		local('Franklin Gothic Medium'),
		local('Franklin Gothic FS, Medium'),
		url('https://assets.tagesspiegel.de/fonts/franklingothic-med-webfont-subset-basic-non-de.61b6ea90030226519efe99beb32a510d.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Abril Text';
	src:
		local('Abril Text Regular'),
		local('Abril Text, Regular'),
		url('https://assets.tagesspiegel.de/fonts/abril_text_regular-webfont-subset-basic-de.ccb628ca0988004cf76c77f935d95316.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Abril Text';
	src:
		local('Abril Text Regular'),
		local('Abril Text, Regular'),
		url('https://assets.tagesspiegel.de/fonts/abril_text_regular-webfont-subset-basic-non-de.89a7b92e9ac4e35dc77cf90c53082dd6.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Abril Text';
	src:
		local('Abril Text Italic'),
		local('Abril Text, Italic'),
		url('https://assets.tagesspiegel.de/fonts/abril_text_italic-webfont-subset-basic-de.072c07ff8ee0b2d983d6cbdc12c1fbea.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Abril Text';
	src:
		local('Abril Text Italic'),
		local('Abril Text, Italic'),
		url('https://assets.tagesspiegel.de/fonts/abril_text_italic-webfont-subset-basic-non-de.15f5f530363bc2d786b43b32221fde1b.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Abril Text';
	src:
		local('Abril Text Bold'),
		local('Abril Text, Bold'),
		url('https://assets.tagesspiegel.de/fonts/abril_text_bold-webfont-subset-basic-de.52c0d810a473c222fde74b1323c16eff.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Abril Text';
	src:
		local('Abril Text Bold'),
		local('Abril Text, Bold'),
		url('https://assets.tagesspiegel.de/fonts/abril_text_bold-webfont-subset-basic-non-de.d10f61338d0b7fdcb7edb85e2fae336d.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Abril Text';
	src:
		local('Abril Text Bold Italic'),
		local('Abril Text, Bold Italic'),
		url('https://assets.tagesspiegel.de/fonts/abril_text_bolditalic-webfont-subset-basic-de.ad37eeba98138e0135b6b2cf77acd13d.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Abril Text';
	src:
		local('Abril Text Bold Italic'),
		local('Abril Text, Bold Italic'),
		url('https://assets.tagesspiegel.de/fonts/abril_text_bolditalic-webfont-subset-basic-non-de.c76570449e4192b362eb1fe8b7db82cb.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/**
*   Site Setup
*/
body {
    background-color: #efede4;
    font-family: 'Franklin Gothic Book', sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
}

/* overwrites reset stylesheet */
button,
input,
select,
optgroup,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: 'Franklin Gothic Book', sans-serif;
  font-size: 1rem;
}

.site {
    background-color: white;
    width: 80%;
    max-width: 1300px;
    margin: auto;
    position: relative;
    /* padding: 0 20px; */    
}
.site-content {
    margin-top: 20px;
}
.tgslr-content-container {
    padding: 0 20px;
}
/**
*  Header
*/
.reisen-header {
    padding: 20px;
    height: 135px;
    /* margin-bottom: 50px; */
    border-bottom: 1px solid lightgray;
}
.reisen-header a {    
    color: darkgray;
    text-decoration: none;
}
#logo {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 240px;
}
#logo img {    
    /* height: 120px; */
    position:absolute;
    margin: 0 auto;
    top:0;right:0;bottom:0;left:0;
}

.tgs-link {
    float: left;
    position: relative;
    padding-left: 12px; /* Space for Arrow */
}
.tgs-link:before { /* Red Arrow */
    content: "";
    width: 0;
    height: 0;
    border-right: 5px solid #ce0000;
    border-left: 0 solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -4px;
}
/**
*  Navigation
*/
.top-navigation,
.footer-navigation {
    float: right;
}
.top-navigation.inline-top-menu li,
.footer-navigation .menu li {
    display: inline;
}
.footer-navigation .menu li:not(:last-child) {
    margin-right:10px;
}
.top-navigation.inline-top-menu li:not(:last-child):after {
    content: ' |';
}
.top-navigation.inline-top-menu .menu-item {
    color: darkgray;
}
.dropdown-lt-md [class*="menu-"][class*="-container"] {
    display: none;
}
.tgslr-btn-mobile-nav-toggle {
    cursor: pointer;
    display: none;
}
.tgslr-return {
    margin: 10px 0;
}
/**
*   Footer
*/
.site-footer {
    padding: 0 10px;
}
.site-footer a {    
    color: black;
    text-decoration: none;
    padding: 0 10px;
}
.thick-hr {
    border: none;
    height: 5px;
    color: #595959; /* old IE */
    background-color: #595959; /* Modern Browsers */
    margin-top: 20px;
}

/**
*   Frontpage
*/
.tgslr-intro {
    margin: 40px auto;
    text-align: center;
    max-width: 720px;
}
.tgslr-intro h2 {    
    font-family: 'Abril Text', serif;
}
.tgslr-intro a {    
    color: #ce0000;
}

/**
*   Frontpage / Card Listing
*/
.tgslr-cardlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.tgslr_partner {
    position: relative;
    flex: 0 1 25%;
    /* min-width: 250px; */
    margin: 10px 0;
}
@media (max-width: 1400px) {
    .tgslr_partner {
        flex: 0 1 33.3333333333%;
    }
}
@media (max-width: 1100px) {
    .tgslr_partner {
        flex: 0 1 50%;
    }
}
@media (max-width: 620px) {
    .tgslr_partner {
        flex: 0 1 100%;
    }
}
.tgslr-partnercard-container {
    margin: 10px;
    border: 1px solid lightgray;
    height: 100%;
}

.tgslr-partnercard-header {
    position: relative;
    height:175px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center; 
    background-size: cover;
}
.tgslr-partnercard-title {
    position: absolute;
    bottom: 0;
    margin: 0;
}
.tgslr-partnercard-credit {
    padding-left: 10px;
    color: white;
    font-size: 8pt;
}
.tgslr-partnercard-headline {
    margin: 0;
    background-color: white;
    padding: 10px 10px 5px 10px
}
.tgslr-partnercard-text {
    padding: 0 10px 35px;
}
.tgslr-partnercard-button,
.tgslr-partnercard-button:visited {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    color: #ce0000;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    text-align: center;
    transition: all 0.2s;
}
.tgslr-partnercard-button:hover {
    background-color: #ce0000;
    color: white;
}
.tgslr-margin-20 {
    margin: 20px;
}
.tgslr--padding-10 {
    padding: 10px;
}
.tgslr--bg-reisengray {
    background-color: #f6f6f6;
}
/**
*   Responsive Site / Navigation *md*
*/
@media(max-width: 920px) {
    /**
    *   Site
    **/
    .site {
        width: 100%;
    }
    .site-content {
        margin-top: 60px; /* TODO not nice */
    }
    /**
    *   Header
    */
    .reisen-header {
        position: fixed;
        top: 0;
        height: 65px;
        width: 100vw;
        z-index: 100;
        background-color: white;
        padding: 5px;
        border-bottom: 1px solid darkgray;
    }
    #logo {
        height: 45px;
        width: 50%;
        margin: 5px auto;
    }
    #logo img {
        height: 100%;
    }
    .hidden-lt-md {
        display: none;
    }
    .no-padding-lt-md {
        padding: 0;
    }
    /**
    *   Navigation
    */
    .dropdown-lt-md [class*="menu-"][class*="-container"] {
        display: block;
    }
    .dropdown-lt-md {
        /* display: none; */
        position: fixed;
        position: sticky;
        top: 60px;
        float: none;
        width: 100%;
        background-color: white;
        /* padding: 10px; */
        z-index: 50;
        border-bottom: 1px solid darkgray;
        overflow: hidden;
        transition: height 0.3s ease-out;
        height: auto;
    }
    .dropdown-lt-md ul {
        margin: 0;
        padding: 0;
    }
    .dropdown-lt-md li {
        display: block;
        text-align: center;
        padding: 10px;
    }
    .tgslr-btn-mobile-nav-toggle {
        display: block;
        float: left; 
        width: 30px; 
        margin: 10px;
    }
    /**
    *   Footer
    */
    .site-footer {
        text-align: center;
        padding: 0;
    }
    .footer-navigation {
        float: none;
        display: block;
    }
    .footer-navigation .menu {
        margin: 0;
        padding: 0;
    }
    .footer-navigation .menu li,
    .footer-copyright {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid lightgray;
        margin-right: 0 !important;
    }
    .footer-copyright {
        padding: 25px 0;
    }
    .thick-hr {
        margin: 20px 0 0 0;
        padding: 0;
    }
}

/**
*   Newsletterform
*/
.tgslr-newsletter {
    margin-top: 20px;
}
.tgslr-newsletter__flex-container {
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: center; 
    margin:0 -10px;
    padding: 25px 0;
    /* padding-bottom: 20px; */
}
.tgslr-newsletter__flex-item {
    flex: 0 0 400px;
    padding: 0 10px;
}
.tgslr-newsletter__flex-item.tgslr-newsletter__flex-item-container {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
@media (min-width: 500px) {
    .tgslr-newsletter__flex-item input[type="submit"]
    {
        margin-left: 10px;
    }
}
@media(max-width: 500px) {
    .tgslr-newsletter__flex-item {
        padding-right: 20px;
        padding-left: 20px;
        flex-basis: 100%;
    }
    .tgslr-newsletter__flex-item input {
        width: 100%;
        margin: 10px auto !important;
    }
}


/**
*   Modifiers
*/
.tgslr-fonts--pf-title {
    font-family: 'Abril Text', serif;
}
.tgslr-fonts--pf-title-headers h1,
.tgslr-fonts--pf-title-headers h2,
.tgslr-fonts--pf-title-headers h3,
.tgslr-fonts--pf-title-headers h4,
.tgslr-fonts--pf-title-headers h5,
.tgslr-fonts--pf-title-headers h6, {
    font-family: 'Abril Text', serif;
}
.tgslr-light-anchor a {
    color: darkgray;
    text-decoration: none;
}
.tgslr-dark-anchor a {
    color: black;
    text-decoration: none;
}
.tgslr--dg-border-box {
    padding: 10px;
    border: 1px solid darkgray;
}
.tgslr--light-bg {
    background-color: #f6f6f6;
}
.tgslr--m-t-10 {
    margin-top: 10px;
}
.tgslr--m-t-20 {
    margin-top: 20px;
}
.tgslr--m-tb-10 {
    margin: 10px 0;
}
.tgslr--rounded-5 {
    border-radius: 5px;
}
.tgslr--no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
