/**************
 * Base styles *
 ***************/

/*
 * 109, 8, 24 changed to 130, 30, 19
 * #6D0818 changed to #821e13
 *
 * 130, 30, 19 changed to 171, 56, 33
 * #821e13 changed to #ab3821
 */


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  width: 100%;
  /*min-width: 1000px;	*/				/* mpe */
}

body {
  width: 100%;
  margin: 0; 							/* mpe: margin-bottom 250px */
  background-color: #ffffff;			/* mpe: #f5eede */
  font-family: newsgoth_btroman;
  letter-spacing: 0.5px;
}

strong, b {
  font-family: newsgoth_btbold;
  font-weight: normal;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: newsgoth_btbold;			/* mpe: BreeSerif */
  color: rgb(171, 56, 33);
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing:0.03em;
}

h1 { font-size: 26px; }					/* mpe: h1 - h6 + 2px */

h2 { font-size: 24px; }

h3 { font-size: 22px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  font-family: newsgoth_btbold;			/* mpe: BreeSerif */
}

.middle {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  min-width: 300px;						/* mpe: 900px */
  max-width: 1200px;
}

.left {
  position: absolute;
  top: 0;
  left: 0;
}

.right {
  position: absolute;
  top: 15px;
  right: 0;
}


.content .csc-textpic img {
    width: 100%;
    height: auto;
}


/* Space Made Important um 9.11.*/
    .csc-space-before-extra-small { margin-top: 1em !important; }
    .csc-space-before-small { margin-top: 2em !important; }
    .csc-space-before-medium { margin-top: 3em !important; }
    .csc-space-before-large { margin-top: 4em !important; }
    .csc-space-before-extra-large { margin-top: 5em !important; }
    .csc-space-after-extra-small { margin-bottom: 1em !important; }
    .csc-space-after-small { margin-bottom: 2em !important; }
    .csc-space-after-medium { margin-bottom: 3em !important;}
    .csc-space-after-large { margin-bottom: 4em !important; }
    .csc-space-after-extra-large { margin-bottom: 5em !important; }


/******************
 * TOP-Navigation *
 ******************/

#topNavigation {
  /*   background-color: rgba(109,8,24,0.8); */
  background-color: rgb(171, 56, 33);
  z-index: 9;
  /*position: relative; */				/* mpe */
  position:fixed;						/* mpe */
  width:100%;							/* mpe */
  top:0%;								/* mpe */
}

#topNavigation .top {
  height: 50px;
  width: 100%;
}

#topNavigation .top .middle {
  height: 100%;
}

#topNavigation .top .middle .left{
  left: 100px;
}

#topNavigation .top .middle .rokpaLettering img {
  height: 50px;
  width: auto;
}

#topNavigation .top .middle .right {
  text-align: right;
}

#topNavigation .top .middle .right .sitemapLink {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;						/* #FFD700 */
  text-decoration: none;
  font-size: 14px;
  padding:0 5px;
  border-right: 1px solid #ffffff;
}

#topNavigation .bottom {
  width: 100%;
  height: 40px;
}

#topNavigation .bottom div.middle {
  height: 100%;
}

#topNavigation .bottom nav#mainNavigation {
  top: auto;
  bottom: 0;
  left: 100px;
}

#topNavigation .bottom ul {
  margin: 0;
  padding: 0;
}

#topNavigation .bottom ul li {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px; /* width of white bottom border */
}

#topNavigation .bottom ul li a {
  text-decoration: none;
  color: #ffffff;						/* mpe: #FFD700 */
  font-size: 18px;
  
}

#topNavigation .bottom ul li.active {
  border-bottom: white solid 3px;
  padding-bottom:0;
}

#topNavigation .bottom ul li.active a {
  color: white;
}

#logoNav{
  height: 75px;
  width: auto;
  position: absolute; 
  top: -45px;
  left:0;
}



/***************************************************************
 *  Copyright notice
 *
 *  (c) 2012 Tobias Blaser, Otavio Huber, Willi Kernen, <contact@gridds.com>, GRiDDS GmbH
 ***************************************************************/

/**
 * 	basic structure
 */
.tx-grdsLanguageMenu {
	display: inline;
	display: inline-block;
}

.tx-grdsLanguageMenu .langMenu {
    text-align: left;
    display: inline-block;
    background: silver;
    margin-top: 3px !important;
}

.tx-grdsLanguageMenu .langMenu .menuButton {
    background: silver;
    background: linear-gradient(silver,gray); 
    background: -moz-linear-gradient(silver,gray); 
    background: -webkit-linear-gradient(silver,gray); 
    background: -ms-linear-gradient(silver,gray);
    background: -o-linear-gradient(silver,gray);
    color: white;
    padding: 2px;
    width: 200px;
}

.tx-grdsLanguageMenu .langMenu .menuButton span {
	display: inline-block;
	margin-left: 0.5em;	
}

.tx-grdsLanguageMenu .langMenu .menuButton img.menuIcon {
	float: right;
	height: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.4em;
	width: auto;
}

.tx-grdsLanguageMenu .langMenu .menuContent {
    background: white;
    border: 2px solid gray;
    display: none;
    position: absolute;
    width: 200px;
    z-index: 100;
}

.tx-grdsLanguageMenu .langMenu .menuContent ul {
	display: table;
	background: rgb(240,240,240);
	width: 100%;
	margin: 0;
}

.tx-grdsLanguageMenu .langMenu .menuContent ul li {
    list-style-type: none;
    text-indent: none;
    padding: 0;
    margin: 0;
    display: table-row;
}

.tx-grdsLanguageMenu .langMenu .menuContent ul li img.regionFlag {
	height: auto; width: 1em;
}

.tx-grdsLanguageMenu .langMenu span.region, .tx-grdsLanguageMenu .langMenu span.langs {
	display: inline;
	display: table-cell;
	padding: 5px;
}

.tx-grdsLanguageMenu .langMenu span.langs a.pageNotAvailable {
	color: silver;
}

.tx-grdsLanguageMenu .langMenu span.langs a.pageNotAvailable:hover {
	color: silver;
	text-decoration: underline;
}

.tx-grdsLanguageMenu .langMenu span.region {
	background: white;
	white-space: nowrap;
}

/**
 * 	dynamics
 */
.tx-grdsLanguageMenu .langMenu.noJS:hover > .menuContent, .tx-grdsLanguageMenu .langMenu:active > .menuContent, 
.tx-grdsLanguageMenu .langMenu.noJS .menuContent:hover, .tx-grdsLanguageMenu .langMenu .menuContent:active {
    display: inline-block;
}

.tx-grdsLanguageMenu .langMenu:hover {
	cursor: pointer;
}



/**************
 *Language_Menu*
 **************/

#languageMenu {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.tx-grdsLanguageMenu .langMenu {
  color: #FFD700;
  background: transparent;
  position: relative;
  margin: 0;
}

.tx-grdsLanguageMenu .langMenu .menuButton {
  color: #ffffff;						/* mpe: #FFD700 */
  background: transparent;
  width: auto;
  padding: 0;
}

.tx-grdsLanguageMenu .langMenu .menuButton span {
  margin: 0;
}

.tx-grdsLanguageMenu .langMenu .menuButton .menuIcon {
  display: none;
}

.tx-grdsLanguageMenu .langMenu .menuContent {
  color: #FFD700;
  background: rgb(171, 56, 33);
  border: 1px solid rgb(0,0,0);
  border: 1px solid rgba(0,0,0, 0.5);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  top: 30px;
  right: -10px;
  width: 230px;
  padding: 10px;
}

.tx-grdsLanguageMenu .langMenu .menuContent:before, .tx-grdsLanguageMenu .langMenu .menuContent:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  right: 40px;
  margin-left: -10px;
}

.tx-grdsLanguageMenu .langMenu .menuContent:before {
  border-bottom: 10px solid rgb(0,0,0);
  border-bottom: 10px solid rgba(0,0,0, 0.5);
  margin-bottom: 5px;
  top: -11px;
}

.tx-grdsLanguageMenu .langMenu .menuContent:after {
  border-bottom: 10px solid rgb(136, 0, 0);
  top: -10px;
  z-index: 1;
}

a:hover > i {
  visibility: visible;
  opacity: 1;
}

.tx-grdsLanguageMenu .langMenu .menuContent ul {
  background-color: transparent;
  padding: 0;
}

.tx-grdsLanguageMenu .langMenu .menuContent ul li {
  background-color: transparent;
}

.tx-grdsLanguageMenu .langMenu .menuContent ul li span {
  background-color: transparent;
}

.tx-grdsLanguageMenu .langMenu .menuContent ul li span a {
  text-decoration: none;
  color: #ffffff;						/* mpe: #FFD700 */	
}

.tx-grdsLanguageMenu .langMenu span.langs a.pageNotAvailable {
  color: #ffffff;						/* mpe: #FFD700 */	
  text-decoration:none;
}
.tx-grdsLanguageMenu .langMenu span.langs a.pageNotAvailable:hover {
  color: #ffffff;						/* mpe: #FFD700 */	
  text-decoration:none;
}




/***************
 *DONATION_IMAGE*
 ***************/

#topNavigation .bottom a.donate {
  /*background-image: url(/fileadmin/system/images/icons/Reisschalemultilang.png);*/
  position: absolute;
  left: 80%;
  top: 18px;							/* mpe: -30px */
  z-index: 10;
  /*width: 114px;*/
  /*height: 88px;*/
  margin: 0;
  text-decoration: none;
  /*background-size: contain;
  background-repeat: no-repeat;*/
  background-color:#ff6800;				/* mpe */
  border-radius:6px;					/* mpe */
  border-color:white;
  border-style:solid;
  border-width:2px;
}
#topNavigation .bottom a.donate:hover {
	background-color:#FFF;
  	border-color:#ff6800;
}
#topNavigation .bottom a.donate p {
	font-family: newsgoth_btbold;		/* mpe */
  	/*font-weight: bold;
	line-height: 0.8em;
	letter-spacing: -1px;
	word-spacing: -0.1em;*/
	text-align: center;
	margin: 0 !important;				/* mpe: 63px 5px 0 6px*/
	color: #FFF;
	vertical-align: bottom;
	padding:10px;						/* mpe */
	font-size:18px;						/* mpe */
}
#topNavigation .bottom a.donate p:hover {
	color:#ff6800;
}
@media only screen and (max-width: 768px) {
	#topNavigation .bottom a.donate p {
		font-size:14px;						/* mpe */
	}
}

html.no-csstransforms #topNavigation .bottom a.donate p{
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9961946980917454, M12=0.08715574274765871, M21=-0.08715574274765871, M22=0.9961946980917454, SizingMethod='auto expand')";

}


/************
 *header.main*
 ************/

header.main {
  height: 400px;
  z-index: 0;
  position: relative;
}


/* logo */
header.main .logo {
  position: absolute;
  top:20px;
  left: 20px;
}

header.main .logo img {
  height: 100px;
  width: auto;
}

div.main {
  background-color: #ffffff;			/* mpe: #f5eede */	
  text-decoration:none;

  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

div.main.subpage .middle {
  display: table;
}

.header-wrapper { margin-top:90px; }




/******************
 * *************** *
 * *subNavigation* *
 * *************** *
 ******************/

div.main.subpage nav.subMenu {
  font-family:newsgoth_btbold;		/* mpe */
  display: table-cell;
  width: 180px;
  vertical-align: top;
  border-right: 2px groove white;
  padding-right: 10px;
}

div.main.subpage nav.subMenu ul {
  margin: 0;
  padding: 0;
}

div.main.subpage nav.subMenu ul li {
  /*font-size: 16px;*/
  padding: 5px 0;
  padding-bottom: 0px;
}

div.main.subpage nav.subMenu ul li a {
  color: rgb(171, 56, 33);
  text-decoration: none;
}

/*
div.main.subpage nav.subMenu ul li a:hover {
  color: #676d77;
  text-decoration: none;

}
*/

div.main.subpage nav.subMenu ul li.active {
  padding-bottom: 2px; /* width of border below */
}

div.main.subpage nav.subMenu ul li.active > a {
  border-bottom: 2px solid rgb(171, 56, 33);
  color: black;
}

div.main.subpage nav.subMenu ul.secondLevel {
  font-family:newsgoth_btroman;			/* mpe */
  margin: 0px 0px 8px 0px;
}

div.main.subpage nav.subMenu ul.thirdLevel {
  font-family:newsgoth_btroman;			/* mpe */
  margin: 0px 0px 6px 0px;
}
div.main.subpage nav.subMenu ul.thirdLevel > li {
  font-size:14px;						/* mpe */
}

/*div.main.subpage nav.subMenu ul.secondLevel > li,
div.main nav.subMenu ul.thirdLevel > li {
  font-size: 0.8em;
}
div.main.subpage nav.subMenu ul.thirdLevel > li {
  font-size: 0.84em;
}
*/

/***************************
 * ************************ *
 * *Content/Main/important* *
 * ************************ *
 ***************************/

div.main.subpage .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;
}

div.main a {
  color: rgb(171, 56, 33);
}
div.main b>a {
  color: rgb(171, 56, 33);
}
div.main a>b{
  color: rgb(171, 56, 33);
}
div.main p, div.main label em, div.main legend em, label, div.main li, div.main table, div.main b {
  color: #60404b;
}

div.main p, div.main span, label, div.main  li, div.main  table {
  font-size: 16px;
  letter-spacing:0.02em;
}

div.main label em, div.main legend em {
  font-size: 10px;
}

div.main .csc-default{
  margin-bottom: 2em;
}

div.main .Rosa {
  background-color: #f4e9e3;
  padding: 0 5px 0 5px;
  margin: 0 0 0 0;
}

div.main .Yellow {
  margin: 0 0 0 0;
  padding: 0 5px 0 5px;
  background-color: #f5eede;
}

div.main .Red {
  margin: 0 0 0 0;
  padding: 0 5px 0x 5px;
  background-color: #f4e6d9;
}

div.main .BrownYellowTitle {
  margin: 0 0 0 0;
  padding: 0 5px 0 5px;
  background-color: #ece1cf;
}
div.main .BrownRedTitle {
  margin: 0 0 0 0;
  padding: 0 5px 0 5px;
  background-color: #ece1cf;
}

div.main .Rosa h1 {
  color: #d58a91;
  text-align: left;
}

div.main .Yellow h1 {
  color: #d19938;
  text-align: left;
}

div.main .Red h1 {
  color: #e26d3e;
  text-align: left;
}

div.main .BrownYellowTitle h1 {
  color: #be8452;
  text-align: left;
}
div.main .BrownRedTitle h1 {
  color: rgb(171, 56, 33);
  text-align: left;
}

div.main .csc-default ul li{
  font-style: normal;
  padding: 0 0 0.5em 0;
}



div.main .ce-gallery img {
  width: 100% !important;
  height: auto !important;
}

div.main .csc-uploads-element img {padding-right:0;margin-right:5px;}

.ce-uploads li { 
overflow:hidden;
 }



div.main figcaption {
	color: #604048;	
	font-style: normal;
	font-size:0.95em;
	font-style:italic;
	background:#fff;					/* mpe: #ECE1CF */
}
div.Multicolumn figcaption {font-size:0.9em;}
div.csc-textpic .csc-textpic-imagewrap {margin-top:12px;}
/*
div.content a{border-bottom: 1px solid #821e13 ;}
div.content a:hover{border-bottom: 1px solid black;}
div.panel-heading a{border-bottom: 0px solid #821e13 ;}
div.panel-heading a:hover{border-bottom: 0px solid #821e13 ;}
*/
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap{ margin-top: 28px; }


/***********
 * ******** *
 * *FOOTER* *
 * ******** *
 ***********/

footer {
  position: relative;		/* mpe: absolute */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;			/* mpe: 250px */
  overflow: hidden;
  color: rgb(171, 56, 33);
  padding: 15px 0;
  border-top:4px solid #ED712E
}

footer p, footer a {
  margin: 0;
  padding: 0;
  color: rgb(171, 56, 33);
  font-family: newsgoth_btroman;
  font-size: 14px;
}

footer a.socialLink {
	font-size:24px;
	line-height: 36px;
}
footer a.socialLink i.fa-youtube-play {
  position:relative;
  top:2px;
	font-size: 30px;
}




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

/* Logo im Footer ausgeblendet Urs 3.11.17 */
.leftFooterSection {
  /* width: 440px; */
  /* margin-top: 0; */
  /* background-image: url('/fileadmin/system/images/icons/footer_logo_standard.png'); */
  /* background-repeat: no-repeat; */
  /* min-height: 135px; */
  padding: 0 !important;
}
.leftFooterSection .writeRokpa {
  margin-top: 12px !important;
  margin-bottom: 5px;
  width: 170px;
  height: 50px;
}
.leftFooterSection .writeRokpa img {
  width: 170px;
  height: 43px;
}

footer .right {
  top: 10px;
  vertical-align: top;
}


.ZEWO {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.ZEWO img{
  width: 60px !important;
  height: auto !important;
}

footer address {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  font-style: normal;
}

.quicklinks {
  display: inline-block;
  vertical-align: top;
}

.quicklinks a {
  color:#ED712E;
}
footer address a:hover,
.quicklinks a:hover {
  color:rgb(171, 56, 33);
  text-decoration:underline;
}

.quicklinks header h1 {
  color: white;
  font-family: newsgoth_btroman;
  font-size: 16px;
  font-weight: normal;
}

.quicklinks ul {
  margin: 0 0 20px 0;
  padding: 0;
}

.quicklinks ul li:nth-child(-n+2)  a {
     font-family: newsgoth_btbold !important;
}

.socialAndNewsletter {
  width: 90px;
}

.socialAndNewsletter img {
  width: 30px;
  height: 30px;
  background-color: white;
}


/**************
 * *********** *
 * *WasWirTun* *
 * *********** *
 **************/
/***************
 *___MiniRef____*
 ****************
 *Number=level__*
 * 0=body_______*
 **************************
 *1  div.countryContent___*
 *2  section.firstContent_*
 *2  section.secondContent*
 *2  section.thirdContent_*
 *2  section______________*
 *************************/

/********
 *section*
 ********/

div.countryContent {
  padding: 50px 0;
}

div.countryContent section {
  padding: 10px 0;
}

div.countryContent section div.middle {
  display: table;
}

div.countryContent section .imageOrVideo, div.countryContent section .countryText {
  display: table-cell;
  vertical-align: top;
  height: 220px;
}

div.countryContent section .imageOrVideo {
  width: 330px;
}

div.countryContent section .imageOrVideo .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0;
}

div.countryContent section .countryText {
  padding: 0 10px;
}

div.countryContent section .countryText h1{
  margin-top: 4px;
}

div.countryContent section .countryText h1 a {
  text-decoration: none;
}

div.countryContent section .countryText .bodytext {
  margin: 0;
  margin: 10px 0;
}


/*************
 *firstContent*
 *************/

.firstContent {
  background-color: none;		/* mpe: #f4e9e3 */
}

.firstContent .imageOrVideo > * {
  border-bottom: solid 15px #d58a91;
}

.firstContent h1 {
  color: #d58a91;
}

.firstContent h1 > a {
  color: #d58a91;
}

.firstContent .bodytext a {
   color: #d58a91 !important;
 
}

/**************
 *secondContent*
 **************/

.secondContent {
  background-color: none;		/* mpe: #f5eede */
}

.secondContent .imageOrVideo > * {
  border-bottom: solid 15px #d19938;
}

.secondContent h1 {
  color: #d19938;
}

.secondContent h1 > a {
  color: #d19938;
}

.secondContent .bodytext>a {
  color: #d19938 !important;
}

/*************
 *thirdContent*
 *************/

.thirdContent {
  background-color: none;		/* mpe: #f4e6d9 */
}

.thirdContent .imageOrVideo > * {
  border-bottom: solid 15px #e26d3e;
}

.thirdContent h1 {
  color: #e26d3e;
}

.thirdContent h1 > a {
  color: #e26d3e;
}

.thirdContent .bodytext>a{
  color: #e26d3e;
}


/*********
 * ****** *
 * *Form* *
 * ****** *
 *********/








div.csc-mailform {
  text-align: left;
}

div.csc-mailform ol li {
  overflow: hidden;
  list-style: none;
  margin: 10px 0 10px 0;
  font-size: 10px;
  height: 30px;
}


div.csc-mailform ol li .predefined-name legend {
  display: inline;
  padding: 3px 0 0 0;
}

div.csc-mailform ol li .predefined-name ol {
  padding: 3px 0 0 0;
}
div.csc-mailform ol li .predefined-name ol li {
  padding: 0 5px 0 5px;
  margin: 0 0 0 0;
}

div.csc-mailform ol li.csc-form-element-textblock{
  font-size: 15px;
}

div.csc-mailform ol li input, div.csc-mailform ol li select{
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  padding: 4px;
  border: solid 1px #a9a69f;
  background-color: white;
  font-size: 14px;
}
div.csc-mailform ol li.csc-form-element-textarea{
  height: 100px;
}
div.csc-mailform ol li.csc-form-element-textarea textarea{
  border: solid 1px #a9a69f;
  border-radius: 2px;
  -moz-border-radius: 2px;
}





div.csc-mailform ol li select {
  line-height: normal;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  appernce: none !important;
  background-image: url("/fileadmin/system/images/icons/dropDown.svg") ;
  background-color: white ;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  color: #676d77 ;
  border-radius: 2px ;
  border: 1px solid #a9a69f;
  padding: 3px 1.5em 3px 3px;
}
select::-ms-expand {
  display: none;
}



table{
  width: 100%;
  background-color: #fff;				/* mpe: #ece1cf !important */
  margin-top: 12px;						/* mpe */
}

table, tr{
  border: none;							/* mpe: solid 1px #f5eede; */
  border-top:solid 1px #f5eede;			/* mpe */
  border-bottom:solid 1px #f5eede;		/* mpe */
}

td, th{
  padding: 5px;
  vertical-align:top;					/* mpe */
}

th{
  color: rgb(171, 56, 33);
  text-align: left;
}
caption {font-weight:bold;font-size:1.2em;text-align:left;margin-top:12px;margin-bottom:2px;text-indent:4px;color: rgb(171, 56, 33);}

/* tt_news */
.news-latest-container, .news-list-container {
  padding: 0;
  margin: 0;
}

.news-latest-container .news-latest-item, .news-list-container .news-list-item, .news-single-item, .news-amenu-container {
  background: #fff;						/* mpe: #ece1cf; */
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: 20px 0  0 0;
  padding: 10px;
  position: relative;
}

.news-list-item:first-child {
  margin-top: 0;
}

.news-single-item {
	border:none;
}

.news-single-item .news-single-rightbox, .news-latest-container .news-latest-item .news-latest-date, .news-list-container .news-list-item .news-list-date {
  color: #60404b;
  font-size: 12px;
}

.news-single-item h2 {
  font-size: 14px;
}

.news-single-item .news-single-img {
  float: right;
  margin: 10px 0 0 10px;
  padding: 0;
  max-width:300px;
}
.news-single-item .news-single-img img {
  height:auto;
  width:300px;
}

.news-single-item .news-single-rightbox {
  float: right;
  width: 160px;
  text-align: right;
  clear: both;
}

.news-single-item .news-single-additional-info {
  font-size:12.5px;
  letter-spacing: 0.02em;
  color: #60404b;
}

.news-single-item .news-single-additional-info dd {
  margin: 5px 0 0 20px;
}

.news-single-item .news-single-additional-info dd *{
  margin: 0 16px 0 0;
}

.news-single-backlink {
  font-size: 12.5px;
  margin-top: 20px;
  padding: 10px;
}

.news-single-item .news-img-wrap {
	float:right;
	padding:15px 0 15px 20px;
}

.news-latest-container .news-latest-item .news-latest-date, .news-list-container .news-list-item .news-list-date {
  float: right;
  display: block;
  padding-left: 10px;
}

/* Override fÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼r die News auf der Startseite */

.news-startseite-date {
	font-size:13px;
	margin-bottom:2px;
}


.news-startseite-detail-container.news-list-container,
.news-startseite-detail-container .news-list-item {
    background: #fff;
    border-radius: 10px;
	padding: 0;
    border: none;
}

.news-list-item img {
  width:246px;
  height:151px;
}

.news-startseite-detail-container .news-list-item img {
  width:246px;
  height:151px;
}



.news-latest-container .news-latest-item h2, .news-list-container .news-list-item h2 {
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.news-latest-container .news-latest-item .news-latest-morelink, .news-list-container .news-list-item .news-list-morelink {
  padding: 0;
  font-size: 12.5px;
}

.news-latest-container .news-latest-item img, .news-list-container .news-list-item img {
  float: right;
  margin: 0;
  width:134px;
  height:80px;
}

.news-latest-container hr.clearer, .news-list-container hr.clearer, .news-single-item hr.cl-left, .news-single-item hr.cl-right {
  clear: right;
  height: 1px;
  border: none;
  padding: 0;
  margin: 0;
}

.news-latest-gotoarchive {
  margin-top: 20px;
  background-color: transparent !important;
}

.tx-ttnews-browsebox p {
  width: 100%;  
}


.tx-ttnews-browsebox p, .tx-ttnews-browsebox table td {
  text-align: center;
}

.tx-ttnews-browsebox table {
  background-color: #ece1cf !important;
  border-collapse: separate;
  border: 1px solid #ddd;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.tx-ttnews-browsebox table *{
  background-color: transparent;
}

.tx-ttnews-browsebox .tx-ttnews-browsebox-SCell p a {
  color: #60404b;
}

.page-navigation:first-child {
	display:none;
}

.page-navigation p {
	text-align:center;
}

ul.f3-widget-paginator {
  background-color: #ece1cf !important;
  border-collapse: separate;
  border: 1px solid #ddd;
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin:0;
  padding:10px;
  text-align:center;
}
.f3-widget-paginator li {
	display:inline;
	margin:0;
	padding:20px 5px !important;
	list-style-type:none;

}

.news-amenu-container {
  width: auto;
}

.news-amenu-container ul li {
  font-size: 12.5px !important;
  padding: 0 !important;
}

.news-amenu-container .news-amenu-item-year {
  font-weight: normal;
  margin: 0;
  font-size: 14px !important;
}

.news-amenu-container .news-amenu-item-year, .news-amenu-container ul li:hover {
  background-color: transparent;
}



/* extracted styles from bootstrap css for t3s_content needed for functionality */
div.tx-t3s-content .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

div.tx-t3s-content .collapse {
  display: none;
}

div.tx-t3s-content .collapse.in {
  display: block;
}

div.tx-t3s-content .tab-content>.tab-pane, div.tx-t3s-content .pill-content>.pill-pane {
  display: none;
}

div.tx-t3s-content  .tab-content>.active, div.tx-t3s-content  .pill-content>.active {
  display: block;
}




/* t3s_content design */
div.tx-t3s-content .panel-group .panel {
  margin: 5px 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border-color: #ddd;
  border-radius: 10px;
}

div.tx-t3s-content .panel-heading, div.tx-t3s-content .panel-collapse .panel-body {
  padding: 10px 15px;
}

div.tx-t3s-content .panel-heading h4 {
  margin: 0;
  
}

.panel-group .panel-collapse  {
  border-top: 1px solid #ddd;
}

div.tx-t3s-content .panel-group .panel .panel-heading, div.tx-t3s-content .panel-group .panel .panel-collapse {
  color: #604048;
  background: #fff;				/* mpe: #ece1cf */;
  border-color: #ddd;
}

div.tx-t3s-content .panel-collapse .panel-body .csc-default {
  margin: 0;
}

div.tx-t3s-content .tabs {
  background: #ece1cf;
  border-radius: 0 0 10px 10px;
}

div.tx-t3s-content .tabs ul.nav {
  margin: 0;
  padding: 0;
  background: #f5eede;
  list-style: none;
}

div.tx-t3s-content .tabs ul.nav-tabs, div.tx-t3s-content .tabs ul.nav-pills {
  border-bottom: 1px solid #ddd;
}

div.tx-t3s-content .tabs ul.nav li {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid transparent;
  margin-bottom: -1px;
  border-bottom-color: #ddd;  
}

div.tx-t3s-content .tabs ul.nav li.active {
  background: #ece1cf;
  border-color: #ddd;
  border-bottom-color: transparent;
  
}

div.tx-t3s-content .tabs .nav li:hover {
  background: #ece1cf;
  border-color: #ddd;
}

div.tx-t3s-content .tabs .tab-content {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 0 0 10px 10px;
}

div.tx-t3s-content .tabs .tab-content .csc-default {
  margin: 0;
}


div.tx-t3s-content .tabs .nav li, div.tx-t3s-content .tabs .nav li a {
  background: none;
  border: none;  
}

/************
 *Sitemap ***
 ***********/


nav.Accordion li>span.arrow{
    display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  height: 10px;
  width: 10px;
}
nav.Accordion li.hasChild>span.arrow{
  cursor: pointer;
  background-image: url("/fileadmin/system/images/icons/pfeilRechts.png");
  background-size: contain;
}
nav.Accordion li {
  min-height: 20px;
}
nav.Accordion .subtitle{
  margin-left: 10px;
  color: #555555;
  font-style: normal;
  font-size: 0.9em;
}

/*****************
 * ************* *
 * *payPal Form* *
 * ************* *
 ****************/


form.payPal{
  position: relative;
}
form.payPal div.shownPayPal{
  position: relative;
}
form.payPal div.shownPayPal *{
  position: relative;
  display: inline-block;
  float: left;
}
form.payPal div.shownPayPal input:first-child{
  margin-right: 0px;
  
}
form.payPal div.shownPayPal input:last-child{
  margin-left: 5px;
}
form.payPal input.currencyValue{
  -moz-border-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  height: auto;
  padding: 4px 5px 4px 4px;
  left: 1px;
  
  border-right: 0px;
  border-top: solid 1px #a9a69f;
  border-left: solid 1px #a9a69f;
  border-bottom: solid 1px #a9a69f;
  background-color: white;
  font-size: 14px;
  text-align: right;
  color: #676D77;
}
form.payPal input.sendAmount{
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  padding: 4px;
  border: solid 1px #FC7C23;
  background-color: #FC7C23;
  font-size: 14px;
  color: white;
}
form.payPal select#currencySortOut{
  line-height: normal;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  appearance: none !important;
  background-image: url("/fileadmin/system/images/icons/blob.svg") ;
  
  background-color: white ;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  color: #676d77 ;
  border-bottom-right-radius: 2px ;
  border-top-right-radius: 2px ;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top: 1px solid #a9a69f;
  border-bottom: 1px solid #a9a69f;
  border-right: 1px solid #a9a69f;
  border-left: 1px solid #BAB8B2;
  padding: 4px 1.5em 4px 4px;
  font-size: 14px;
  height: 26px;
}

@-moz-document url-prefix() { 
  form.payPal select#currencySortOut {
  height: 25px;
  width: 72px;
  padding-right: 13px;
  }
  form.payPal select#currencySortOut option{
    display:block;
  }
}
.leftFooterSection .writeRokpa img.workshop{
	width: 170px;
	height: 43px;
}

#topNavigation .top .middle .right img {
	width: 30px;
    height: 30px;
    background-color: white;
}

#topNavigation .top .middle .right > a {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;										/* mpe: #FFD700 */
    text-decoration: none;
    font-size: 11px;
}
#topNavigation .top .middle .right > a.socialLink {		/* mpe */
	font-size: 20px;
}

#topNavigation .top .middle .right > a.socialLink .fa-facebook-square {		/* um */
	margin-top:3px;
}

/*
#topNavigation .top .middle .right > a.socialLink .fa-youtube-play {	
	font-size: 26px;
}
*/

#topNavigation .top .middle .right > a.socialLink .fa-youtube-play {		/* um Test mit Prozent */
	font-size: 126%;
	/*	margin-top:1px; */

}

#topNavigation .top .middle .right > a.sitemapLink {
	border-right: 1px solid #ffffff;					/* mpe: #FFD700 */
	padding: 0 5px;
}

#topNavigation .top .middle .right > a.sitemapLink.akaContact {
	border-left: 1px solid #ffffff;						/* mpe: #FFD700 */
}

#topNavigation .top-links {
	display:inline;
}
#topNavigation .top-links > a {
	margin-top:3px;
}


/**********************************

Accordion

 *********************************/

.accordion .hidden {
display:none;
}

.accordion .panel-heading {
  cursor:pointer;
}



/**********************************

Cookie Banner

 *********************************/

.cc_container {
  border-top: none;
}

.cc_container {
  background: #ab3821;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {

  background-color: #ef7c00;
}

.cc_container .cc_message {
    color: #fff;
}

.cc_container .cc_message a, .cc_container .cc_message a:visited {
    text-decoration: underline;
    color: #fff;
 }


