/* Theme Name: ginadrewalowski theme
Theme Description: frontendhomie for ginadrewalowski
Author: frontendhomie
URI: https://www.frontendhomie.com
*/ 


/*** FONT ***//*** FONT ***//*** FONT ***//*** FONT ***//*** FONT ***//*** FONT ***/
/*** FONT ***//*** FONT ***//*** FONT ***//*** FONT ***//*** FONT ***//*** FONT ***/
/*** FONT ***//*** FONT ***//*** FONT ***//*** FONT ***//*** FONT ***//*** FONT ***/


@font-face{						
	font-family: fr;
	src: url(src/font/Favorit-Regular.otf);
}

@font-face{						
	font-family: flr;
	src: url(src/font/FavoritLining-Regular.otf);
}



/*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***/
/*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***/
/*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***/

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1.1;
	word-wrap: break-word;
}

html {
	margin-top: 0px !important;
}

a{
    outline: 0 !important;
}

input{
	outline: 0 !important;
}

textarea:focus, input:focus{
    outline: none;
}

select:focus, input:focus{
    outline: none;
}




/*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***/
/*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***/
/*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***/


#wrapperouter {
	min-width: 320px;
}


/*** EXTENSIONS ***//*** EXTENSIONS ***//*** EXTENSIONS ***//*** EXTENSIONS ***/
/*** EXTENSIONS ***//*** EXTENSIONS ***//*** EXTENSIONS ***//*** EXTENSIONS ***/
/*** EXTENSIONS ***//*** EXTENSIONS ***//*** EXTENSIONS ***//*** EXTENSIONS ***/

.row-flex {
	display: flex;
	flex-wrap: wrap;
}


/*** 5th COLUMN ***/


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}


/*** 5th COLUMN RESPONSIVE ***/


@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.cd-headline.loading-bar .cd-words-wrapper::after {
	background: #fd6532;
	display: none;
}


/*** WP ADMIN BAR ***/


#wpadminbar {
	display: none;
}


/*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***/
/*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***/
/*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***/


html, body{
	font-family: fr, sans-serif;
	color: #000000;
	font-size: 36px;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {

}

.underline {
	font-family: flr, sans-serif;	
}

.morecta {
    display: inline-block;
    border-bottom: 1px solid black;
    padding: 3px 0px;
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
    margin-right: 31px;
    line-height: 1.2;
    font-size: 19px;
}

.morecta:hover {
	font-style: italic;
}

b, strong {
	font-style: normal;
}

em{
	font-style: normal;
}


h1 {
	font-size: 50px;
    margin-bottom: 51px;
}

h2 {
	font-size: 42px;
    margin-bottom: 26px;
}

h3, h4, h5, h6{
    font-size: 22px;
    margin-bottom: 12px;
}

p {
    margin-bottom: 40px;
}

/*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***/
/*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***/
/*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***/


header {
    padding: 25px;
    position: fixed;
    width: 100%;
	z-index: 3;
}

.headerlogo {
	width: 154px;
}

.navi {
	display: inline-block;
    float: right;
}

.navpoint {
    background: #cbcbcb;
    margin-left: 8px;
    display: inline-block;
}

.navpoint:hover {
	color: #cbcbcb;
	background: black;
}

/*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***/
/*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***/
/*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***/

.contenttemplate {
    background: #62FF97;
	padding-top: 120px;
    padding-bottom: 40px;
}

.content {
    max-width: 980px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.sidenav {
    position: fixed;
    top: 100px;
    right: 25px;
    text-align: right;
}

.starttemplate {
    padding-top: 96px;
}

.event {
	padding: 25px;
    min-height: 168px;
}

.eventtime {
	padding-left: 10%;
    padding-right: 10%;
	position: relative;
	z-index: 1;
}

.eventseries {
	font-family: flr, sans-serif;	
    z-index: 1;
    position: relative;
}

.eventtitle {
    z-index: 1;
    position: relative;	
}

.eventticket {
	text-align: right;
}

.eventopener {
	text-align: center;
	cursor: pointer;
}

.eventdetails {
 	padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    z-index: 1;
    position: relative;
}

.eventshowmore {
    display: none;
}

.eventopenericon {
	width: 40px;
    height: 30px;
    rotate: 180deg;
    margin-top: 10px;
    margin-bottom: -15px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.event.open .eventopenericon {
    transform: rotate(180deg);
}

.bogen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    max-width: 560px;
}

.eventbogen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    max-width: 560px;
	display: none;
}

.open .eventbogen {
	display: block;
}

.colorbl {
	background: #C963FF;
	color: #634BDD;
}

.colorbl * {
	color: #634BDD;
}

.colorbg {
	background: #FFF100;
	color: #00A5FB;
}

.colorbg * {
	color: #00A5FB;
}

.colorrs {
	background: #000000;
	color: #FF3252;
}

.colorrs * {
	color: #FF3252;
}

.colorgg {
	background: #23AE6A;
	color: #62FF97;
}

.colorgg * {
	color: #62FF97;
}

.colorbo {
	background: #F17339;
	color: #634BDD;
}

.colorbo * {
	color: #634BDD;
}

.colorrg {
	background: #B3B3B3;
	color: #DC3E38;
}

.colorrg * {
	color: #DC3E38;
}

.colorgl {
	background: #C963FF;
	color: #62FF97;
}

.colorgl * {
	color: #62FF97;
}

/*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***/
/*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***/
/*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***/


footer {
	background: #CCCCCC;
    padding: 25px 25px 95px 25px;
}



/*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***/
/*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***/
/*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***/

.center{
    text-align: center;
}

.aligncenter{
    text-align: center;
    max-width: 100%;
}

.alignright {
    text-align: right;	
}

.hidethis {
	display: none;
}

.nodeco{
	text-decoration: none !important;
}

.uppercase{
	text-transform: uppercase;
}

.posrel{
	position: relative;
}

.floatright {
	float: right;
}

.aligncenter{
    text-align: center;
}

.minheight{
    min-height: 320px;
}

.opa1 {
	opacity: 1 !important;
}

.valign_outer {
    display: table;
}

.valign {
    display: table-cell;
    vertical-align: middle;
}

.nodeco{
	text-decoration: none;
}

.nodeco:hover{
	text-decoration: none;
}

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

.mt0{
	margin-top: 0px !important;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

.mt60{
	margin-top: 60px;
}

.mt80{
	margin-top: 80px;
}

.mt250{
	margin-top: 250px;
}


.mb0{
	margin-bottom: 0px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb60{
	margin-bottom: 60px;
}

.mb80{
	margin-bottom: 80px;
}

.m4080{
	margin-top: 40px;
	margin-bottom: 80px;
}

.m80{
	margin-top: 80px;
	margin-bottom: 80px;	
}

.nopad{
	padding: 0px;
}

.pad20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad40{
	padding-top: 40px;
	padding-bottom: 40px;
}

.pad60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.pad80{
	padding-top: 80px;
	padding-bottom: 80px;
}

.pad120{
	padding-top: 120px;
	padding-bottom: 120px;
}

.pad4080{
	padding-top: 40px;
	padding-bottom: 80px;
}

.pt0{
	padding-top: 0px;
}

.pt40{
	padding-top: 40px;
}

.pt60{
	padding-top: 60px;
}

.pt80{
	padding-top: 80px;
}

.pb0{
	padding-bottom: 0px;
}

.pb40{
	padding-bottom: 40px;
}

.pb60{
	padding-bottom: 60px;
}

.pb80{
	padding-bottom: 80px;
}

.padlr15{
	padding-left: 15px;
	padding-right: 15px;
}

.contactleft{
	padding-right: 180px;
}


/*** GLOBAL RESPONSIVE ***/

@media (min-width: 768px){
	.hidedesktop {
		display: none;
	}
}

@media (min-width: 1400px){
	
}

@media (max-width: 1600px){

}

@media (max-width: 1399px){
			

	
}

@media (max-width: 1199px){
	

	
}

@media (max-width: 991px){
	

	
}

@media (max-width: 991px) and (min-width: 768px){

}

@media (max-width: 767px){	
	.starttemplate {
        padding-top: 68px;
	}

	.headerlogo {
		width: 90px;
	}
	
	header {
        padding: 20px;
        min-width: 320px;
	}

	html, body {
		font-size: 22px;
	}
	
	.navpoint {
		font-size: 22px;	
		margin-left: 0px;	
	}
	
	.event {
		padding: 20px;
	}
	
	.eventdetails {
	    padding-left: 0%;
	    padding-right: 0%;
	    padding-top: 20px;
	}
	
	.eventtime {
	    padding-left: 0%;
	    padding-right: 0%;
	}
	
	.eventseries {
		padding-top: 10px;
	}
	
	.eventopenericon {
	    width: 30px;
	    height: 24px;
	}
	
	.contenttemplate {
		padding-top: 80px;
	}
	
	.sidenav {
		right: 20px;
    	top: 80px;		
	}
	
	footer {
		padding: 20px 20px 50px 20px;
	}
}


/*** PRINT CSS ***/

@media print {
	.printhide {
		display: none;
	}
	
	.printlogo {
		display: block;
	}
	
	a[href]:after {
		content: none !important;
	}
	
	*{
		text-align: left !important;
	}	
	
	.article p {
		text-align: left !important;
	}	
	
	.img {
		width: 50%;
		margin: initial;
		margin-bottom: 20px;
	}
}