@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lalezar:400');

body {
    font: 400 15px Lato, sans-serif;
	font-weight: 300;
	line-height: 1.5;
    color: #3E3E3E;
}
	  
h1 {
    font-size: 23px;
	font-family: 'Lalezar', sans-serif;
    color: #002c69;
    font-weight: 400;
	display: block;
	padding: 7px 0 4px 30px;
	background-color: #E1E1EA;
    margin-bottom: 20px;
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
	letter-spacing: 1px;
	
}
	  
h2 {
    font-size: 18px;
    color: #002C69;
    font-weight: 700;
    margin-bottom: 10px;
	margin-top: 5px;
}

h3 {
    font-size: 15px;
	color: #002C69;
    font-weight: 700;
    margin-bottom: 7px;
	margin-top: 5px;
} 

.datum {
	font-size: 13px;
	font-style: italic;
}

.red {
	color: #b48b48;
}

.note {
	color: #000000;
	font-size: 1px;
	height: 1px
}

.red_titel {
	color: #b48b48;
	font-weight: 700;
	font-size: 15px;	
}

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

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

hr {
	border-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
}

header {
	height:70px;
}

#header_logo {
	float: left;
	width: 260px;
	padding: 13px 0 0 15px;
	position: absolute;
	z-index: 90000;
}

#button {
	padding: 110px 15px 10px 15px;
	text-align: right;
	background-color: #19537b;
	background-image: url(../intern/images/artcms_frame.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	background-size: 300px;
}

@media (max-width: 768px) {
#header_logo {
	width: 250px;
	padding: 20px 0 0 15px;
}
}

#header_nav {
	font-size: 15px;
	float: right;
	padding: 10px 0 0 0;
	text-align: right;
    letter-spacing: 1px;
}

#header_nav a {
	color: #E1E1EA;
}

#header_nav a:hover {
	color: #b48b48;
}

#content {
	padding: 37px 50px 25px 0;
	background-color: #ffffff;
}

#inhalt {
	padding: 0 15px;
}

#container_bild {
	padding: 0;
}


#container {
	background-color: #FFFFFF;
	min-height: 500px;
	box-shadow: 0px 0px 17px rgba(0,0,0, .1);
	padding-bottom: 40px;
}

footer {
	background-color: #002C69;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #E1E1EA;
}

footer a {
	color: #E1E1EA;
}

footer a:hover {
	color: #b48b48;
}

#footer {
	font-size: 11px; 
	margin-top: 10px; 
	margin-bottom: 20px;
}

hr {
	border-color: #b48b48;
}

blockquote {
	font: 400 15px Lato, sans-serif;
	line-height: 1.7;
    color: #818181;
}

#col-left {
	padding-left: 30px;
	padding-right: 70px;
}

#col-left {
	padding-left: 30px;
	padding-right: 50px;
}

#col-total {
	padding-left: 30px;
	padding-right: 0;
}

#col-right { 
	padding-left: 30px;
	padding-right: 0;
}

@media (min-width: 992px) {
#col-right {
	border-left: 2px solid #E1E1EA; 
}
}


@media (max-width: 768px) {

body {
    font-size: 14px;
}
	
h1 {
    font-size: 23px;
	margin-bottom: 20px;
}
	
#col-left {
	padding-right: 0;
}
}


/* Navigation */

.masthead {
	background-color: #002C69;
}


#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.navbar-default {
  background-color: #002C69;
  	font-family: 'Lato', sans-serif;
	font-weight: 700; 
    margin-bottom: 0;
    border: 0;
	border-bottom: 1px solid #E1E1EA;
	font-size: 17px;
	letter-spacing: 1px;
}

@media (max-width: 992px) {
	.navbar li a { 
    font-size: 14px;
	padding-left: 6px;
	padding-right: 6px;
}
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:9px !important; padding-bottom:4px !important;
    height: 38px;
}
.navbar {
	min-height:38px !important;
}



.dropdown-menu {
  	font-family: 'Lato', sans-serif;
	font-size: 17px;
    text-transform: none;
}

.navbar-default .navbar-brand {
  color: #E1E1EA;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #E1E1EA;
}
.navbar-default .navbar-text {
  color: #E1E1EA;
}
.navbar-default .navbar-nav > li > a {
  color: #E1E1EA;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #b48b48;
	background-color: #002C69;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
	color: #FFFFFF;
  background-color: #002C69;
	opacity: 0.87;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #EAEAEA;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #b48b48;
  background-color: #EAEAEA;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #959595;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #b48b48;
  background-color: #EAEAEA;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #b48b48;
  background-color: #002C69;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #b48b48;
  background-color: #002C69;
}
.navbar-default .navbar-toggle {
  border-color: #EAEAEA;
	
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #F6F6F6;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #636363;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #636363;
}
.navbar-default .navbar-link {
  color: #636363;
}
.navbar-default .navbar-link:hover {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #636363;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #b48b48;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #b48b48;
  }
}

.accordion {
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
}

.accordion-toggle {
	cursor: pointer;
	margin: 0;
	padding: 9px;
	position: relative;
	line-height: normal;
}

.accordion-frame {
	border: 1px solid #D5D5D5;
	border-radius:4px;
	margin-top: 20px;
	line-height: normal;
	font-size: 15px;
}

.accordion-frame:hover {
    box-shadow: 0px 0px 17px rgba(0,0,0, .3);
}
			
.accordion-toggle.active:before {
	display:none;
}
			
.accordion-content {
	padding: 9px;
	border-top: 1px solid #D5D5D5;
	line-height: normal;
	font-size: 15px;
}

#content li {
	margin-bottom: 5px;
}

.list-block-frame {
	font-size: 0;
}

.list-block {
    background: #EEEEEE;
    min-height: 190px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    border: 1px solid #b48b48;
	padding: 10px 15px 0 15px;
	border-radius: 7px;
	line-height: normal;
	font-size: 15px;
}

.list-quotes {
    background: #b48b48;
    cursor: pointer;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 360px;
}
.list-quotes img,
.list-quotes h1 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-quotes h1{
    background: rgba(223,0,0,0.80);
    bottom: 50px;
    color: #fff;
    font-size: 16px;
    left: 0;
    padding: 15px;
    position: absolute;
    margin: 0;
}
.list-quotes .year{
    background: rgba(223,0,0,0.80);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.list-quotes .cat-name{
    background: rgba(223,0,0,0.80);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.list-quotes p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 15px;
    font-weight: normal;
    background: rgba(223,0,0,0.80);
    width: 100%;
    color: #fff;
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    opacity: 0.5;
    transition: all 250ms ease;
}
.list-quotes:hover{
    box-shadow: 0 0 5px 2px rgba(223,0,0, 0.5);
}
.list-quotes:hover h1 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    text-shadow: 0px 0 15px #fff;
    transition: all 250ms ease;
}
.list-quotes:hover .year,.list-quotes:hover .cat-name{
    text-shadow: 0px 0 15px #fff;
    transition: all 250ms ease;
}
.list-quotes:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	border-radius: 0 0 7px 7px;
}
.quotes span{
    color:#222;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}

.slideanim {
	visibility:hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
0% {
    opacity: 0;
    transform: translateY(70%);
 } 
  
100% {
    opacity: 1;
    transform: translateY(0%);
}
}

@-webkit-keyframes slide {
0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
} 
    
100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
}
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 10px;
    font-size: 12px;
    line-height: 1.5;
}