/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: "Parisish";

	src: url("Parisish.ttf") format("truetype"), /* Safari, Android, iOS */
		url("Parisish.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0 auto;
  	background-color: #fbfbfb;
	font-family: "Source Sans Pro", sans-serif;
	color: #3e4042;
	min-width: 1050px;
}

.hint_banner {
	padding: 20px;
	background-color: #fccb6a;
	color: #000;
	font-size: 16px;
	text-align: center;
}

#frame {
	min-height:100%;
	position:relative;
}

#content {
	padding: 100px;
	margin-bottom: 0px;

	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
}

header {
	background-image: url("../images/lines.png");
	background-repeat: no-repeat;
	background-position: right -160;

	background-color: #fccb6a;

	height: 50px;
	width: 100%;
	min-width: 1050px;

	padding: 40px 0;

	z-index: 9999;
	top: 0;
	position: fixed;
}

.shrink {
	padding: 0;
	background-position: right -200;
}

#footer {
	background-color: #fccb6a;
	height: 50px;
	width: 100%;
	position:absolute;
	bottom:0;
	z-index: 9998;
}

.cc-window {
	z-index: 9999;
}

#logo_container {
	float: left;
}

#logo {
	background-image: url("../images/logo_oben.png");
	background-repeat: no-repeat;
	background-size: contain;
	
	margin-left: 20px;
	margin-top: -30px;
	width: 300px;
	height: 90px;	
}

#logo_unten {
	background-image: url("../images/logo_unten.png");
	background-repeat: no-repeat;
	background-size: contain;

	margin-left: 20px;
	width: 300px;
	height: 50px;	
}

.bibelstelle {
	text-align: right;
}

header.shrink #logo {
	height: 50px;
	margin-top: 3px;
	width: 150px;
}

header.shrink #logo_unten {
	opacity: 0;
	width: 150px;
}

#title {
	float: left;
	color: black;
	width: 200px;
	padding-top: 4px;
}

#toptitle {
	letter-spacing: 0.1em;
	width: 100%;
	font-weight: bold;
    text-align: justify;
}

#toptitle:after {
  content: "";
  display: inline-block;
  width: 100%;
}

#bottomtitle {
	letter-spacing: 0.01em;
	width: 100%;
    text-align: justify;
}

#bottomtitle:after {
  content: "";
  display: inline-block;
  width: 100%;
}

h1 {
	font-size: 60px;
	margin-bottom: 20px;
	font-variant:small-caps;
	
	font-family: "Parisish", "Source Sans Pro", sans-serif; 
}

h2 {
	margin-top: 20px;
}

h3 {
	text-align: left;
}

.tabcontent h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tabcontent h3 {
	margin-top: 0px;
}
.tabcontent div {
	margin-bottom: 30px;
}

#jssor_slider a {
	text-decoration: none;
}

.anzeige.text {
	font-size: 30px;
	font-family: "Parisish", "Source Sans Pro", sans-serif; 
	color: white;
	padding: 10px;
	max-width: 600px;
	background-color:rgba(252,203,106,0.9);
	text-align:center;
	color:#000;
	text-decoration: none;
}

.anzeige.title {
	text-align:right;
	font-family: "Parisish", "Source Sans Pro", sans-serif; 
	font-size: 25px;
	margin-top: 10px;
	margin-left: 180px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:rgba(252,203,106,0.9);
	color:#000;
	text-decoration: none;
}

ul#menu {
    list-style-type: none;
    margin: 0;
	margin-right: 80px;
    padding: 0;
	padding-left: 80px;
    overflow: hidden;
	font-size: 24px;
	vertical-align: middle;
}

#footer ul#menu {
	font-size: 18px;
}

ul#menu li {
    float: left;
	display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
}

ul#menu li.show_right {
	float:right;
}

ul#menu li a {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #000;
	text-decoration: none;
}

ul#menu li a.active {
    color: #3e4042;
	font-weight: bold;
}

ul#menu li a:hover:not(.active) {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #3e4042; 
}

#menu_button {
	display: none;
}


/* Style the tab */
.tab {
    overflow: hidden;
	margin-bottom: 20px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	border: 1px solid #ccc;
    background-color: #f1f1f1;
	border-radius: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;

}