/* Style sheet travelclinic_telemedizin */

.error,
.confirmation {
	font-weight:700;
	padding: 18px 12px;
	margin-bottom: 24px;
}
.error {
	color: #900;
	border: 2px solid #900;
}
.confirmation {
	color: #090;
	border: 2px solid #090;
}
#box {
	bottom:0;
	left:0;
	right:0;
	top:0;
	position:relative;
}
#cover {
	left:10px;
	top:0;
	position:relative;
}
#name {
	left:20px;
	top:260px;
	position:absolute;
}
#tc_header {
	margin-top:35px;
}
.vis {
	display:none;
}
.abbreviations {
	font-size:80%;
}

/* Style sheet travelclinic_basic */

div #right {
	margin-left:20px;
}
div #left {
	margin-right:20px;
}
div #main {
	text-align: left;
}

/* from WordPress */
body {
	margin: 0px 0px 0px 0px;
}

body, p, li, input {
	font-family: Roboto,sans-serif;
	color:#333;
	font-size: 17px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto,sans-serif;
	color:#333;
	font-weight: 300;
}
h3 {
	font-size: 1.4em;
}
/* Links unterstreichen */
a {
	text-decoration: underline;
}
strong, bold {
	font-family: Roboto,sans-serif;
}

/* Header & Footer */
.tc_header, .tc_footer {
	width: 100%;
	color: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.tc_header {
	background-color: #5abee6;
}
.tc_footer {
	background-color: #3c779b;
	font-size: 13px;
}
.tc_footer a {
	color: #fff;
	text-decoration: underline;
}
@media (min-width:1200px) {
	.tc_header_inner, #tc_container, .tc_footer_inner {
		width: 1080px;
		margin-left: auto;
		margin-right: auto;
		border: 0px solid green;
	}
	#tc_container, .tc_footer_inner {
		width: 1056px;
	}
}
@media (max-width: 1199px) {
	.tc_header_inner, #tc_container, .tc_footer_inner {
		margin-left: 12px;
		margin-right: 12px;
		border: 0px solid red;
	}
	#tc_container, .tc_footer_inner {
		margin-left: 24px;
		margin-right: 24px;
	}
}
.tc_header_inner, .tc_footer_inner {
}
.tc_header_inner {
	/* height: 45px;
	padding-top: 12px; */
}
.tc_footer_inner {
	padding-top: 20px;
	padding-bottom: 40px;
}
.tc_header img {
	width: 200px;
}

/* Content */

#tc_container {
	margin-top: 24px;
	margin-bottom: 48px;
}
#tc_content {
}
/* Kästchen */
.tc_box_warning {
	background-color: #FFF464;
	padding: 8px 24px 12px 24px;
}

/* Formulare */
.tc_form {
	background-color: #d0e6ef;
}
.tc_form_title {
	background-color: #3c779b;
	color: #fff;
	padding: 18px 12px;
}
.tc_form_element {
	padding: 12px;
}
.tc_form_element_first {
	padding: 24px 12px 12px 12px;
}
.tc_form_element_last {
	padding: 12px 12px 32px 12px;
}
.tc_form_value {
	font-weight: 700;
}
label {
	display: block;
	padding-bottom: 4px;
}
.tc_form_info {
	display: inline-block;
	font-size: 15px;
	padding-top: 4px;
}
input {
	display: block;
	border: 0px;
	padding: 8px 12px;
}
input[type=submit],
input[type=file] {
	color: #fff;
	background-color: #3c779b;
	border-radius: 6px;
}
input[type=file] {
	color: #3c779b;
	background-color: #fff;
	border-radius: 6px;
	border: 2px solid #3c779b;
}
input[type=text],
input[type=password],
input[type=email] {
	width: 90%;
}



.tc_lead div p {
	font-size: 1.2em;
}

.tc_image_border {
	box-shadow: 0px 2px 4px 0px #ccc;
}

.tc_box_outer {
	background-color: #FFF464;
	display: block;
	height:auto;
    overflow:auto;
}
.tc_box_inner {
	margin: 18px;
}

a.tc_button,
a.tc_button_small,
a.tc_button_small_red {
	display: inline-block;
	width: initial;
	background-color: #3c779b;
	padding: 8px 12px 8px 12px;
	color: #fff;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
}
a.tc_button_small,
a.tc_button_small_red {
	font-size: 15px;
}
a.tc_button_small_red {
	background-color: #900;
}
#tc_kontakt a,
.et_pb_widget a {
	text-decoration: underline;
}

.tc_tip_box {
	background-color: white;
	padding: 24px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
	border-radius: 0px;
}

/* Tabellen */
table {
	width: 100%;
}
th, td {
	padding: 8px;
	text-align: left;
}
th {
	background-color: #3c779b;
	color: #fff;
}
td {
	background-color: #d0e6ef;
}
td.tc_align_right {
	text-align: right;
}
td.tc_align_center {
	text-align: center;
}
.fa-file-pdf-o {
	font-size: 32px !important;
	color: #3c779b;
}

/* Style the navigation menu */
.tc_navigation {
  overflow: hidden;
  background-color: #5abee6;
  position: relative;
	margin: 0px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.tc_navigation #tc_menu {
  display: none;
}

#tc_menu {
	border: 0px solid pink;
	margin-top: 11px;
}

/* Style navigation menu links */
.tc_navigation a {
  color: white;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.tc_navigation a.icon {
  background: #5abee6;
  display: block;
  position: absolute;
	padding: 8px 12px;
  right: 0;
  top: 0;
	font-size: 30px;
	border: 0px solid red;
}

/* Add a grey background color on mouse-over */
.tc_navigation a:hover {
  background-color: #3c779b;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #4CAF50;
  color: white;
}

.tc_user_info {
	color: #3c779b;
}
