@charset "utf-8";

/*
.bitvheader:focus{
	
	background-color: #f6f6f6;
	
}
*/
h2:focus {
  background-color: #f6f6f6;
}

.noreadacc {
  display: none;
}

/* START */
.icon_traffic {
  background-image: url("../images/icons/icon_traffic.svg");
  float: left;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: 24px;
  margin-top: 4px;
}

.icon_traffic.dense {
  background-image: url("../images/icons/icon_traffic_dense.svg");
}

.icon_roadworks {
  background-image: url("../images/icons/icon_roadwork.svg");
  float: left;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: 12px;
  margin-top: 4px;
}

.icon_parking {
  background-image: url("../images/icons/icon_parking.svg");
  float: left;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: 24px;
  margin-top: 4px;
}

article p.caption {
  position: absolute;
  font-size: 12px;
  margin-top: -4px;
}

.container#content-all {
  pointer-events: none;
}

article a {
  font-size: 14px !important;
}

.container#content-all > div {
  pointer-events: all;
}

.ce-textpic {
  margin-bottom: 40px;
}

.concealed {
  display: none !important;
}

.post-img img.second {
  width: 205px;
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
  margin-top: 50px !important;
}

.post-img p.second {
  display: none;
}

a.post-img {
  background-color: unset;
}

#logo-link > #logo {
  border: solid 1px #003958;
}

#logo-link:focus > #logo {
  border: dotted 1px #fff;
}

#logo {
  background-image: url("../images/logo.svg");
  background-size: 100%;
  width: 260px;
  height: 60px;
  margin-top: 20px;
  -ms-background-position-x: -60px;
}

#logo p {
  visibility: hidden;
}

#header.black .header-search input {
  width: 400px;
  background-color: #474747;
}

.boxed #logo img,
#logo img {
  max-height: none;
}

#navigation {
  float: left;
}

#header .menu ul li {
  margin-left: 0;
}

article .news-text.concealed {
  display: none;
}

#skip_main_nav {
  height: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #666;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  transition: all 250ms ease-out 250ms;
}

#skip_main_nav:focus {
  height: 28px;
}

@media only screen and (width <= 990px) {
  #skip_main_nav {
    display: none;
  }
}

/* --- */

/*
.info-table.expandable .alignright {
    margin: 1px 0px -3px 10px;
	float: right;
}
*/

#map_holder div {
  z-index: 10;
}

.new-sticker ul {
  list-style: none;
}

.new-sticker p {
  padding-top: 4px;
}

.new-sticker {
  position: absolute;
  width: 100%;
  overflow: hidden;
  background: rgb(100 100 100 / 80%);
  height: 0;
  z-index: 100;
  transition: all 500ms ease-out 1s;
}

#new-sticker-inner {
  position: absolute;
  width: 1920px;
  left: 100%;
  padding: 0;

  /* border: 1px solid #000000; */
}

#new-sticker-inner ul {
  width: 1920px;
  text-align: left;
}

#new-sticker-inner ul li {
  width: 1920px;
  font-size: 16px;
  padding: 0;
  color: #fff !important;
}

#new-sticker-inner ul li a {
  text-decoration: underline;
  color: #fff;
}

nav ul#nav li ul {
  display: none;
}

nav ul#nav li ul a {
  padding-left: 15px;
}

#nav a {
  cursor: pointer;
}

.csc-textpic img,
.csc-text img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #99b0bc;

  /*
	padding-bottom:10px;
	margin-bottom:6px;
	*/
  line-height: 13px;
  overflow: hidden;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 20px;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 20px;
}

.csc-textpic-intext-right .csc-textpic-imagewrap img,
csc-textpic-intext-left .csc-textpic-imagewrap img {
  width: 250px;
}

.text-section.header {
  margin-top: 10px;
}

.text-section.header h2 {
  float: none;
}

#content .box h2,
#content .start h2 {
  width: 100%;
}

.text-section {
  font-size: 16px;
  margin-bottom: 80px;
}

.text-section .text-images {
  float: left;
  width: 40%;
  margin-right: 40px;
  margin-bottom: 30px;

  /* cursor:pointer; */
}

.text-section .text-block {
  height: 1%;
  overflow: hidden;
  clear: right;
  min-height: 240px;
}

.text-section .text-block ul li {
  line-height: 24px;

  /*
	list-style-type: square;
	list-style-position: outside;
	margin-left: 14px;
	*/
}

.text-section.start .text-images img {
  margin-bottom: 0;
  background: #f2f2f2;
}

.text-section.start .text-block ul li {
  line-height: 24px;
  margin-bottom: 16px;
  background-color: #fbfbfb;
  height: 60px;
}

div.bold {
  font-weight: bold;
}

.text-section h2 {
  /* margin-top: -10px; */

  /* text-align:center; */
}

.text-section h3 {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 5px;
}

/*
.text-block .news-teaser{
	cursor:pointer;	
}
*/

/*
.text-block .news-text-hidden{
	margin-top:20px;	
}
*/
.text-block .news-more,
.text-block .news-less {
  text-decoration: none;
  cursor: pointer;
}

#navSub li a {
  padding-left: 15px;
}

#nav .active a:hover {
  background: #65889c;
}

/*
.info-table.multiple .col2{
	white-space: nowrap;
}
*/
.info-table .col1 img {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.info-table a {
  padding: 3px;
  margin: 0;

  /* padding-left: 20px; */
  width: 80%;
  padding-right: 20px;
}

.info-table tr.head {
  background-color: #003958;
  color: #fff;
}

.info-table tr {
  cursor: pointer;
  transition: background-color 1000ms linear;
}

.info-table.trigger tr:not(.head):hover {
  background-color: #ddd;
}

.info-table .col2,
.info-table .col3,
.info-table .col4 {
  vertical-align: top;
  width: 200px;
}

.info-table .col1 {
  vertical-align: top;
  width: 250px;
}

.parken_sektion .info-table .col1 {
  width: 100px;
}

.parken_sektion .info-table .col2 {
  width: 350px;
}

.parken_sektion .info-table .col3 {
  width: 50px;
}

#content .info-table td img {
  margin-right: 5px;
  width: 10px;
  height: 10px;
}

.table-section {
  margin-bottom: 20px;
  margin-top: 20px;
}

#content .text-section img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#content .text-section .text-images a {
  margin-left: -2px;
}

#content .info-table.text img {
  width: 33.3%;
  margin-top: 20px;
}

.info-table.trigger a {
  /* display:none; */
}

.info-table.trigger span {
  /*
	display:none;
	color: #66889B;
	text-decoration:underline;
	*/
  cursor: pointer;
  color: #3685cf;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.info-table.expandable {
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 5px;
}

.table_bottom {
  width: 100%;
  height: 10px;

  /* background:#000; */
}

.info-table p {
  margin: 0;
  padding: 0;
}

.parking_level_text {
  float: left;
}

.parking_level {
  background-color: #f00;
  width: 0%;
  margin-top: 8px;
  overflow: visible;
  margin-left: 60px;
  height: 12px;
}

.parken_sektion {
  padding-top: 34px;
}

.parken_reiter_holder {
  margin-top: -24px;
}

.parken_reiter {
  /* width: 142px; */
  width: 16.55%;
  height: 30px;
  background-color: #65889c;
  float: left;
  color: #fff;
  padding-top: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}

.parken_reiter:hover,
.parken_reiter:focus {
  color: #000;
}

.parken_reiter.detail {
  float: none;
}

.parken_namesektion {
  height: 20px;
  background-color: #65889c;
  text-transform: uppercase;
  color: #fff;
  padding-left: 20px;
  padding-top: 3px;
}

.parken_reiter_margin {
  margin-bottom: 24px;
}

a.parken_complete {
  text-decoration: none;
  cursor: pointer;
}

.parken_namesektion {
  height: 30px;
  background-color: #65889c;
  text-transform: uppercase;
  color: #fff;
  padding-left: 20px;
  padding-top: 3px;
  width: calc(100% - 20px);
  float: left;
}

.clear {
  clear: both;
}

select#sights {
  margin-bottom: 10px;
}

/*
#content h1{
	height:20px;
}
*/

#webcam1 img {
  position: absolute;
  z-index: 1;
}

#webcam1 img.active {
  z-index: 3;
}

#webcam1 img {
  width: 100%;
  height: auto;
}

.info-table.text.expandable img {
  margin-top: 20px;
}

#sidebar .opener {
  text-align: left;
  width: 95%;
  text-decoration: none;
  background-color: #003957;
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
  height: 25px;
}

#sidebar .opener.open {
  text-align: left;
  text-indent: -9999px;
}

#content h1 {
  margin: 0;
  padding: 0;
}

.weather-block {
  float: right;

  /* width:175px; */
  width: 135px;
  padding-top: 6px;
  font-size: 10px;
  line-height: 14px;
}

.weather-block p {
  margin: 0;
  padding: 0;
}

#weather-image {
  float: left;
  width: 35px;
  height: 25px;
  overflow: hidden;
}

#weather-image img {
  margin-left: -18px;
  margin-top: -2px;
}

.weather-block img {
  float: left;
  margin: 0;
}

#weatherinfos {
  display: none;
}

#navigation_right {
  margin-top: 19px;
}

#map {
  height: 720px;

  /* pointer-events:none; */

  width: 90% !important;
  margin: 0 auto;
  pointer-events: none;
}

a.header:not(.button) {
  pointer-events: none;
}

@media only screen and (width <= 1200px) {
  #map {
    height: 500px;
  }

  table.chargingstations td.col6 {
    white-space: unset;
  }
}

@media only screen and (width <= 980px) {
  #map {
    width: 100% !important;
  }

  .text-section .text-block {
    min-height: 0;
  }

  .csc-textpic-imagewrap {
    float: none !important;
    margin: 0 !important;
  }

  .csc-textpic-intext-right .csc-textpic-imagewrap img,
  csc-textpic-intext-left .csc-textpic-imagewrap img {
    width: 100%;
  }

  #logo {
    -ms-background-position-x: 0;
  }

  table.chargingstations {
    font-size: 14px;
  }

  table.chargingstations td.col2,
  table.chargingstations td.col3,
  table.chargingstations td.col5 {
    display: none;
  }

  table.chargingstations th.col2,
  table.chargingstations th.col3,
  table.chargingstations th.col5 {
    display: none;
  }
}

@media only screen and (width <= 768px) {
  #map {
    height: 350px;
  }

  .fullscreen-image-title {
    top: 40%;
  }

  .fullscreen-image-title h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  .info-table.traveltime .col3,
  .info-table.traveltime .col4 {
    display: none;
  }

  .info-table.roadworks .col2,
  .info-table.roadworks .col4 {
    display: none;
  }

  .info-table.potsdamrad .col2 {
    display: none;
  }
}

/*
@media only screen and (max-width:767px) {

	.new-sticker {
		position:absolute;
		width:100%;
		margin-top: -10px;
	}
	
	#sidebar .slide {
		margin-top:36px;
	}
	#sidebar .opener span{
		margin-left:45px;
	}

	#content h1 {
		visibility:hidden;
		height: 50px;
	}
	
	.info-table.trigger span{
		display:block;
	}	
	.info-table.trigger a{
		display:none;
	}	
	
	.info-table tr{
		cursor:pointer;
	}
	.info-table tr.head {
		background-color: #003958;
		color: #000000;
		font-weight: bold;
	}	
	#table_bottom{
		display:block;
	}	
	.parken_namesektion {
		clear:both;
	}
	#content .text-section.header {
		margin-top: 20px;
	}
	#map_holder {
		margin-top: 20px;
	}
	.lang{
		height:23px;
		margin-top:8px;
	}
	#webcam {
		margin-top: 10px;
	}
	#content .info-table.text img{
		width:50%;
	}	
	nav ul#nav li ul a{
		padding-left:55px;
	}	
	.text-images {
		width: 85%;
	}

}
*/

/* JS adjustments */

.carousel {
  /* display:none; */
}

.info-table.expandable,
.info-table.text.expandable {
  display: none;
}

.tx-powermail .powermail_fieldset {
  clear: none;
  margin-right: 40px;
}

.tx-powermail {
  width: 100%;
}

.tx-powermail .powermail_fieldwrap_senden {
  text-align: center;
  margin-top: 60px;
}

.tx-powermail .btn.btn-primary {
  width: 200px;
}

.tx-powermail .btn.btn-primary:focus {
  background-color: #000;
}

input[type="checkbox"]:focus {
  border: solid 1px #000;
}

.tx-powermail .powermail_confirmation .btn.btn-danger {
  float: left;
}

.tx-powermail .powermail_confirmation .btn.btn-primary {
  float: right;
}

#c923 {
  clear: both;
  padding-top: 40px;
}

/*
#header .rss{
	display:none;
}
*/
.frame-type-menu_sitemap li > ul {
  margin-left: 20px;
}

#weather {
  min-height: 15px;
  display: none;

  /* visibility:hidden; */
}

#weather-image {
  display: none;
}

select#webcams {
  margin-top: 12px;
}

#webcam_flash {
  margin-left: 20px;
  cursor: pointer;
}

.contenttable tr {
  vertical-align: top;
}

#webcamList_view {
  margin-left: 5px;
}

ul.webcamList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.webcamList li {
  float: left;
  margin: 5px;
  padding: 0;
  width: 250px;
  height: 210px;
  cursor: pointer;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
}

ul.webcamList li p {
  height: 30px;
  margin-left: 5px;
}

ul.webcamList li img {
  position: absolute;
  width: 250px;
  transition: all 0.2s ease-in-out;
}

ul.webcamList.large {
  width: 600px;
}

ul.webcamList.large li {
  width: 600px;
  height: 445px;
}

ul.webcamList.large li img {
  width: 600px;
  height: 400px;
}

.tx-felogin-pi1 fieldset {
  border: 1px solid #bbb;
  padding: 10px;
  margin: 0 0 20px;
  background: #eee;
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
  width: 200px;
  padding: 5px;
  margin: 0;
  border: 1px solid #bbb;
  color: #444;
  font-size: inherit;
}

.tx-felogin-pi1 input[type="submit"] {
  margin: 5px 0 0;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background-color: #1e5799;
  border: 1px solid #eee;
}

#gaOptout {
  cursor: pointer;
}

/* --- */

iframe#handyparken {
  width: 100%;
  height: 1400px;
  border: 0;
}

@media only screen and (width <= 980px) {
  iframe#handyparken {
    height: 740px;
  }
}

/* --- TEMP --- */

.post-content .entry-title {
  /* height: 120px; */
  overflow: hidden;
  text-transform: none;
}

.post-content .entry-title p {
  font-weight: 500;
}

.post-content .news-text {
  text-align: left;
  margin-bottom: 30px;
}

/* TEMP */

#header .menu ul li.search,
.search-trigger {
  display: none;
}

@media only screen and (width <= 1800px) {
  .owl-carousel .title {
    height: 320px;
  }

  .owl-carousel .title span {
    /* font-size: 13px; */

    /* TOM */
    line-height: 24px;
  }
}

@media only screen and (width <= 1469px) {
  .parken_sektion {
    /* float:left; */
    padding-top: 0;
    width: 640px;
  }

  .parken_reiter {
    width: 33.1%;
  }

  .widget-text h4 {
    clear: both;
  }
}

@media only screen and (width <= 990px) {
  .text-section .text-images {
    float: unset;
    width: 100%;
  }

  #header .lang {
    float: right;
  }

  .parken_sektion {
    width: auto;
  }
}

@media only screen and (width <= 767px) {
  .parken_reiter {
    width: 49.6%;
  }
}

@media only screen and (width <= 479px) {
  .info-table.trigger span {
    font-size: 12px;
  }
}

.tx-srlanguagemenu a > img {
  border: 1px dotted #003958;
}

.tx-srlanguagemenu a:focus > img {
  border: 1px dotted #fff;
}

.tx-srlanguagemenu .NO.SPC {
  margin-top: -2px;
}

a.cur,
li.cur a.toplink,
ul.sub-menu li.cur a {
  color: #3685cf !important;
}

.current-date {
  height: 20px;
  width: 260px;
  display: block;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}

@media only screen and (width <= 980px) {
  ul.webcamList li,
  ul.webcamList.large li {
    width: 500px;
    height: 378px;
  }

  ul.webcamList li img,
  ul.webcamList.large li img {
    width: 500px;
    height: 333px;
  }
}

@media only screen and (width <= 768px) {
  ul.webcamList li,
  ul.webcamList.large li {
    width: 416px;
    height: 322px;
  }

  ul.webcamList li img,
  ul.webcamList.large li img {
    width: 416px;
    height: 277px;
  }
}

@media only screen and (width <= 479px) {
  ul.webcamList li,
  ul.webcamList.large li {
    width: 294px;
    height: 239px;
  }

  ul.webcamList li img,
  ul.webcamList.large li img {
    width: 294px;
    height: 194px;
  }
}

/* --- */

#messageBox {
  position: fixed;
  z-index: 10000;
  width: 0;
  height: 0;
  background-color: rgb(0 0 0 / 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#messageBox::before {
  content: "x";
  float: right;
  color: #fff;
  font-size: 32px;
  margin-right: 10px;
}

#messageBox.active {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 500ms ease-out 1s;
}

#messageBox.active > div {
  position: fixed;
  z-index: 10000;
  width: 80%;

  /* height: 80%; */
  background: #fff;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  padding: 20px;
}
