@import url('https://fonts.googleapis.com/css?family=Slabo+27px|Thasadith:400,700');

/* ==========================================================================
   Author's custom styles
   font-family: 'Oswald', sans-serif;
   font-family: 'Thasadith', sans-serif;
   font-family: 'Slabo 27px', serif;
   font-family: 'Thasadith', sans-serif;
   ========================================================================== */

 

/*
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700|Droid+Serif:400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600,700|Slabo+27px&amp;subset=latin-ext');
	font-family: 'Open Sans', sans-serif;
font-family: 'Slabo 27px', serif;

--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
*/

body { 
	font-family: 'Slabo 27px', serif;
    font-weight: 400;
    color: rgb(51,51,51);
    letter-spacing: 0.010em; 
    font-size: 130%;
}

#page-wrapper {
	padding-bottom: 50px;
}
@media (min-width: 768px) {
	#page-wrapper {
	padding-bottom: 100px;
	}
}
button, input, optgroup, select, textarea {
    color: #000;
}
p {
  margin: 0 0 10px;
  /*font-size: 15px;*/
  line-height: 160%;
  font-weight: 400;
}
b, strong {
	font-weight: bold; 
}
a {
    /*color: rgb(99,54,50);*/
    /*color: rgba(17, 127, 186, 1);*/
    color: #a2415d;     
}
a:hover, a:focus {
    color: rgb(144, 144, 144);
    /*text-decoration: none;*/
    
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Thasadith', sans-serif;
	line-height: 120%;
    /*text-transform: uppercase;*/
    font-weight: 700; 
    letter-spacing: 0.02rem;  
}
.h1, h1 {
    /*font-size: 1rem;*/
    /*margin: 0 0 20px 0;*/
    text-transform: uppercase;
}
.h2, h2 {
    margin: 30px 0 30px 0;
}
.h3, h3 {
	font-family: 'Slabo 27px', serif; 
	font-size: 100%;
	font-weight: bold;
    margin: 15px 0 0 0;
}
h3.subheader {
	/*margin-top: 0;*/
	}

.h4, h4 {
   	font-family: 'Slabo 27px', serif; 
	font-size: 100%;
	font-weight: bold;
    margin: 15px 0 0 0;
}
h4.subheader {
	/*margin-top: -15px;*/
	}
.h5, h5 { 
    /*margin: 0 0 10px 0;*/
}
.h6, h6 { 
    /*margin: 0 0 5px 0;*/
} 
.display-1 {
	    font-size: 200%;
		font-weight: 700;
		line-height: 1.2;
		/*color: #ffffff;*/
		text-transform: uppercase; 
		letter-spacing: 0.10rem
		
	}
	.display-1 h1 {
		font-weight: normal;
		text-transform: uppercase;
	} 
@media (min-width: 768px) {
	.display-1 {
    	font-size: 250%;
	}
}
@media (min-width: 992px) {
	.display-1 {
    	font-size: 300%;
	}
}


/* ========================== Startseite =================== */
#page-1 {
	background-color: transparent;
	background: url(../Icons/sabinehurni_HG_Startseite.jpg) no-repeat right 0% fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
}
@media (min-width:992px) {
	#page-1 {
		background: url(../Icons/sabinehurni_HG_Startseite.jpg) no-repeat right 30% fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}

#page-1 .ce-link-content {
		padding: 0;
	}
@media (max-width: 767px) {
	#page-1 .card .image {
		display: none;
	}		
}	
#page-1 .card-group {
	width: 70%;	
	margin-top: 0;
}
#page-1 #c239.card img {
    width: 93%;
}
@media (min-width: 768px) {
	#page-1 .card-group > .card { 
		margin-right: 30px;
	}	
	#page-1 .card-group {
	width: 100%;		 	
	margin-top: 200px;
	}
}
@media (min-width: 992px) {
	#page-1 .card-group {
		width: 100%; 
	}
}		
#page-1 .page-title {
	display: none;
}

#page-1 h1 {
	color: #6d533a;
}


/*
#page-1 main {
		background-color: rgba(255,255,255,0.5);
	}
*/

/*
section #s59{
	background-image: url("fileadmin/_processed_/f/0/csm_Hintergrund_Startseite_d06cc304ca.jpg") no-repeat center center fixed;
	padding: 0 !important;
	background-position: 50% 100% !important;
	background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

/* ============ navbar ============= */
#main-navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}

#main-navbar {
    background-image: linear-gradient(to top, #1d2f88 0%,#1f2b64 100%);
}
.navbar-nav {
	/* color: rgb(60,59,54); */
	color: rgb(255,255,255);
    font-family: 'Thasadith', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.036em;
    font-size: 18px;
    padding-bottom: 3px; 
}
@media screen and (min-device-width: 481px) and (max-device-width: 992px) { 
	.navbar-nav {
    font-size: 14px;
    }
}

.navbar-nav a {
	/* color: rgb(60,59,54); */
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.nav-item .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.nav-item {
    /*background-color: #ffffff;*/
    border-color: #e7e7e7;
    border: none;
    box-shadow: none;
    background-image: none;
}
.nav-item .navbar-brand:hover  {
    color: rgba(255, 234, 0, 1);
}

.dropdown-menu {
    border-radius: 0px !important;
}
.dropdown-submenu {
	border-radius: 0px !important;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(255, 234, 0, 1);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(255, 234, 0, 1);
}


/* ================== Jumbotron =============== */
.jumbotron {
	margin-top: 34px;
    /*padding: 2rem 1rem;*/
    margin-bottom: 0;    
	background: #a30000; /* Old browsers */
	background: -moz-linear-gradient(top, #a30000 0%, #840000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a30000 0%,#840000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a30000 0%,#840000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30000', endColorstr='#840000',GradientType=0 ); /* IE6-9 */	
}
.jumbotron {
	height: 160px;
}

@media (min-width: 768px) {
	.jumbotron {
		height: 200px;
	}
}
@media (min-width: 992px) {
	.jumbotron {
		height: 300px;
	}
}
@media (min-width: 1200px) {
	.jumbotron {
		height: 400px;
	}
}

.page-title {
	margin: 0 auto;
	/*padding-right: 25px;
	padding-left: 25px; */
}
@media (min-width: 720px) {
	.page-title {
		width: 510px; 
		padding: 0;
	}
}
@media (min-width: 992px) {
	.page-title {
		width: 1110px; 
	}
}	
@media (min-width: 1200px) {
	.page-title {
		width: 1110px; 
	}
}

.jumbotron .container {
	background-color: rgba(255,255,255,0.5);
}

/*
	--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
*/

/* ============= Breadcrumb =============== */
.breadcrumb {
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.036em;
    background-color: transparent;
    border-radius: 0px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #7f3349;
    display: none;
}

.breadcrumb a, .breadcrumb>.active, .breadcrumb>li+li:before {
    color: #fff;
}
.breadcrumb-item.active {
	color: #ead2a8;
}

@media (min-width: 768px) {
	.breadcrumb {
		display: inherit;
		}
}

/* ========= Content Container ========== */

.main-content header {
	/*margin-top: 20px;*/
}
.main-content .h3,
.main-content h3,
.stylecontentright h3 {
	margin-top: 25px;
    /*color: #990000; */
}

.card {
	margin-bottom: 20px;
}

figcaption.image-caption {
	font-size: 80%;	
	font-style: italic;
}
.main-content ul li {
	padding-top: 5px; 
}

/* =================== Tabelle =================== */
.table th, .table td {
	padding: 0.5rem 0.2rem 0.5rem 0;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	line-height: 100%;
}
@media (min-width: 768px) {
	.table td:first-of-type {
		min-width: 30%;
	}
}
@media (min-width: 992px) {
	.table td:first-of-type {
		min-width: 20%; 
	}
}

/* =================== Seiten Navigation  =================== */

.menusubpages .nav-link {
    display: block;
    padding: 0.5rem 0; 
    border-bottom: 1px solid #9f8c6a;
}


	

/* ============ footer ============= */
Element {

}
#page-footer { 
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg-dark {
    /* background-color: #9f8c6a !important; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9f8c6a+0,605441+100 */
	background: #9f8c6a; /* Old browsers */
	background: -moz-linear-gradient(top, #9f8c6a 0%, #605441 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9f8c6a 0%,#605441 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9f8c6a 0%,#605441 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f8c6a', endColorstr='#605441',GradientType=0 ); /* IE6-9 */
}
.footer .container p {
	font-size: 16px;
	line-height: 150%;
}
.footer .container a {
	color: rgb(255,255,255);
	text-decoration: underline;
}
.footer .container a:hover {
	color: rgb(0,0,0);
}
.footer h2 {
	margin-top: 0;
	font-size: 2rem;
	}
@media (min-width: 768px) and (max-width: 991px) {
	.footer h2{
		font-size: 1.5rem;
	}
}
@media (min-width: 992px) {
	.footer h2{
		font-size: 2rem;
	}
}


/* =================== Formulare ===================== */
label {
	display: block;
	margin-bottom: 0.5rem;
}

.tx-powermail .container-fluid {
padding: 0;
}
.powermail_input{
	width: 100%;
}
.powermail_legend,
.tx-powermail h3 {
	display: none;
}