/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/urlaubsziele/wp-content/themes/generatepress_child/fonts/poppins/poppins-v21-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*--------------------------------------------------------------
    Footer Styling
--------------------------------------------------------------*/
ul.footer-social {
	list-style: none;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
}

ul.footer-social li {
	padding-right: 15px;
	margin-bottom: auto;
}

/*Footer Logo */
#block-24 {margin-bottom: auto;}
 
/* */
.footer-heading {font-size: 24px;}
.footer-widgets a {
    text-decoration: auto;
    font-size: 14px;
    letter-spacing: 0.14px;
}
.footer-widgets li {margin-bottom: 14px!important;}
.footer-widgets p {font-size: 14px;}

.footer-widgets {
    line-height: 1em;
}

/* sichere Bezahlung Styling */
.jjCoNS {
    display: grid;
    width: fit-content;
}

.GPMht {
    padding-right: 18px;
	margin-bottom: auto !important;
}

/*--------------------------------------------------------------
    Mobile Header Styling
--------------------------------------------------------------*/
#mobile-header .mobile-header-logo img {
    height: 36px;
}

#mobile-header, .main-navigation.toggled .main-nav li {
	background-color: var(--accent);
}

@media (max-width: 768px) {
	#mobile-header .menu-toggle, .main-navigation .main-nav ul li a, .main-navigation .menu-bar-items a {
		color: white;
	}
	
	.main-navigation .main-nav ul li a:hover {
		color: white;
		text-decoration: underline;
	}
	
    .site-header .inside-header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top-bar .inside-top-bar {
        padding-right: 0px;
        padding-left: 0px;
    }
}

nav#mobile-header .site-logo.mobile-header-logo {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%, -50%);
}

nav#mobile-header button.menu-toggle {
    margin-left: auto;
}


/* ------------------
 * Silbentrennung
 * ------------------ */
 p {
    hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

p#breadcrumbs {
	color: #a0a0a0;
} 


