/*
 Theme Name:   chormariatrost
 Theme URI:    https://chormariatrost.ict-consult.at
 Description:  Twenty seventeen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  chormariatrost
 Last Modification: Fritz Liebmann  2022-10-20 21:45
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}


button,
input,
optgroup,
select,
textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

.screen-reader-text:focus {
	font-size: 14px;
	font-size: 0.875rem;
	}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.wrap {
  	padding-left: 0.5em;  
	padding-right: 0.5em;
  	text-align: center;
}


.col-container {
    display: flex;
    flex-wrap: wrap;
	padding: 0 0em;  /* fli 2018-10-14   war 3em */
}

.col {
    background-color: #f7f7f7;
	flex: 100%;
	text-align:center;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
	padding: 1.5em 1.5em 0; /* fli 2022-10-19   war 1.5em */
	}

.col-container-nowrap {
    display: table; 
	padding: 1.5em 0 ; /* fli 2022-10-19   war 3em */
}

.col-2,
.col-3,
.recent-posts
{
    background-color: #f7f7f7;
	display: block;
	text-align:left;
	margin-bottom: 1em;
	margin-right: 1em;
	padding: 1.5em 0.5em 0.5em 0.5em; /* fli 2018-10-14   war 1.5em */
	}
	
.bild-rechts{
		display: block;
		margin-right: 0em;
		margin-bottom: 0em;
	}
	

	
.col-nf	{
	display: block;
	text-align:center;
	margin-bottom: 1em;
	margin-right: 2%;
	padding: 1.5em 1.5em 0.5em 1.5em; /* fli 2019-09-22   war 1.5em */
	}

.a-center {
		flex: 20%;
		max-width: 20%;
		margin-right: 2em;
		margin-bottom: 0em;
}

.box-grey
	{
    background-color: #f7f7f7;
	display: block;
	margin: 0 0% 1% 0%;
	padding: 1.5em 1.5em 0.5em 1.5em; /* fli 2018-10-14   war 1.5em */
	}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

.navigation-top a {
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;     /* fli 2022-10-19   war 16px */
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.33;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}


body,
button,
input,
select,
textarea {
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;   /* fli 2022-10-19   war 16px */
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.66;
}

/* Original theme seventeen */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.5em; /* war 0 0 0.75em */
	padding: 1.0em 0 0; /* war 1.5em 0 0 */
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.0em; /* war 0 0 1.5em; */
	padding: 0;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 1.5rem;  /* war 0.875  */
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}




/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family:  Verdana, Helvetica, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

.button-n {
 background-color: white;
    color: black;
    border: 1px solid #e7e7e7;
	padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 42px 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button-g {
    background-color: white;
    color: black;
    border: 1px solid #e7e7e7;
}

.button-g:hover {background-color: #e7e7e7;}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 0em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}



/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/


/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 1.5em;
		padding-top: 1.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 1500px;
	}

	.panel-content .entry-header {
		margin-bottom: 2.0em;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 2em;
	}

	

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 1em 0 0.5em;
}


@media screen and (min-width: 850px) {
  
  #site-navigation:before {
        content: "";
        background-image: url(/wp-content/uploads/2022/01/Logo_F1_40x80.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 32px;
        height: 60px;
        display: inline-block;
        float: left;
    }
		
	.main-navigation a {
    padding: 0.5em 1.5em;
	}
	
    .main-navigation ul {
		list-style: none;
		margin: 0;
		text-align: center;
  	}
	
		
	.col-container-nowrap {
    display: flex;
	}
	
	.recent-posts
		{
		flex: 56%;
		max-width: 56%;
		margin-right: 4em;
		margin-bottom: 0em;
	}
	
	.post-bild-rechts{
		content: "";
        background-size: 100%;
        background-repeat: no-repeat;
		flex: 35%;
		max-width: 35%;
		margin-right: 0em;
		margin-bottom: 0em;
	}
	
	.col-2
    	{
		flex: 56%;
		max-width: 56%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0em;
		padding: 1.5em 1.5em 0.5em 1.5em;
	}	
	
	.bild-rechts{
		flex: 35%;
		max-width: 35%;
		margin-right: 0em;
		margin-bottom: 0em;
	}
	
	.col-3{
		flex: 31%;
		max-width: 31%;
		margin-right: auto;
		margin-bottom: 0em;
		padding: 1.5em 1.5em 0.5em 1.5em;
	}	
	
	.col-2:last-child,
	.col-3:last-child {
		margin-right: 0;
	}
		
	.site-description {
		font-size: 48px;
		font-size: 2.5rem;
		font-weight: 800;
        text-align:center;
	}
	
	.site-title {
	clear: none;
	font-size: 64px;
	font-size: 3.0rem;
	font-weight: 1000;
    color: #fff;
	line-height: 1.25;
	letter-spacing: 0.08em;
     /* text-align:center; */
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
  
	.wrap {
		max-width: 1500px;
        text-align: center;
		padding-left: 3em; 	
		padding-right: 3em;  
	}
	
	
	/* Typography */

	body,
	button,
	input,
	select,
	h5,
	textarea {
		font-size: 16px;  
		font-size: 1rem;  	
		line-height: 1.75;
	}
	
	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		color: #222;
		font-size: 14px;
		font-size: 1.5rem;  /* war 0.875  */
		font-weight: 800;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}
	
	.navigation-top {
    	font-size: 24px !important;
    	font-size: 1.5rem !important;
		}
		
	.navigation-top .wrap {
		max-width: 1500px;

	}
  	.site_info {
        width: 100%;
    }
	
	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 1.5em;
	}
  	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 2em;
	}

	.site-content {
		padding: 1em 0 0;  /* fli 2021-10-14   war 1.5em */
	}
	
	.page:not(.home) #content {

    padding-bottom: 1.5em;
	}
	
	h2.widget-title {
		font-size: 16px;
		font-size: 1em;
		margin-bottom: 1em;
	}
	
		/* Comments */

	#comments {
		padding-top: 1em; /* war 5em  2022-02-20*/
	}
	
}
