@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

.site-title{
font-family: 'Source Sans Pro', sans-serif;
font-weight:200;
font-size:2em;
}
.site-description{
font-family: 'Source Sans Pro', sans-serif;
font-weight:200;
font-size:1.3em;

}
.panel-content header.entry-header h2.entry-title {font-family: 'Source Sans Pro', sans-serif;
font-weight:100;
font-size:1.5em;
margin-bottom:-2em;
}
h2.widget-title{
	font-family:'Source Sans Pro',sans-serif;
	font-weight:400;
	font-size:1.3em;
	margin-bottom:0.3em;
}
h2{
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size:2em;
}

h3{
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
font-size:2em;
margin-bottom:0.2em;
}

p{
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
font-size:1.1em;
}



#header-top-left{
width: 100%; 
padding: 0px; 
float: left;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

#header-top-right{
width: 100%; 
height:auto;
padding: 1em; 
float: left;
}

#textinuti{
opacity: .9;
}



#textspalt1{
width: 100%;
padding: 2em 2em 2em 2em;
margin: 0.5em 4em 0.5em 0em;
float: left;
background-color:#f3e8da;
}

#textspalt2{
width: 100%;
padding: 2em 2em 2em 2em;
margin: 0.5em 4em 0.5em 0em;
float: left;
background-color:#ebebe8;
}

#textspalt3{
width: 100%;
padding: 2em 2em 2em 2em;
margin: 0.5em 4em 0.5em 0em;
float: left;
background-color:#f3dfd1;
}


body {
    height: 100%;
    background: #ffdfd0; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #ffdfd0 , #fff4f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ffdfd0 , #fff4f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ffdfd0 , #fff4f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ffdfd0 , #fff4f0); /* Standard syntax (must be last) */
	}


#grad1 {
    height: 100%;
    background: #ffdfd0; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #ffdfd0 , #fff4f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ffdfd0 , #fff4f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ffdfd0 , #fff4f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ffdfd0 , #fff4f0); /* Standard syntax (must be last) */
}


