/**
Theme Name: flink think Theme
Author: flink think GmbH
Author URI: https://www.flinkthink.ch/
Description: Schlichtes und modernes Theme der Web Agentur flink think GmbH aus Pratteln, Basel-Landschaft, Schweiz
Theme URI: https://www.flinkthink.ch/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flink-think-theme
Template: astra
*/

/* Formulare */

input[type="text"]:focus {
	box-shadow: none !important;
}
form p {
	text-transform: none !important;
}
select {
	padding: .2rem !important;
}
textarea {
	box-shadow: none !important;
}
/* Material Button CSS */

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}

.material .frm_radio {
    margin-left: 0px !important;
    margin-bottom: 15px !important;
}

.material .frm_radio label {
    display: inline-block;
    height: 25px;
    position: relative;
    padding: 0px 15px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.material .frm_radio input[type=radio] {
    position: absolute !important;
    margin-left: -9999px;
    visibility: hidden;
}

.material .frm_radio input[type=radio] + span {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.material .frm_radio input[type=radio] + span {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.material .frm_radio input[type=radio] + span:before,
.material .frm_radio input[type=radio] + span:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}

.material .frm_radio input[type=radio]:checked + span:before {
    border-color: #811618;
    animation: ripple 0.2s linear forwards;
}

.material .frm_radio input[type=radio] + span:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}

.material .frm_radio input[type=radio] + span:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  transform: scale(0);
  background: #811618;
}

.material .frm_radio input[type=radio]:checked + span:after {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

/* Animate in Fields */

.form-field, .frm_submit {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* Flat Style Button */

.material .frm_checkbox {
    margin-left: 0px;
    margin-bottom: 15px !important;
}

.material .frm_checkbox label {
    height: 25px;
    position: relative;
    padding: 0 0 0 35px !important;
    text-indent: 10px !important;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

@media only screen and (max-width : 768px) {
  .material .frm_checkbox label { 
    font-size: 13px !important;
  }
  .frm_form_field.frm_three_col .frm_opt_container {
    grid-template-columns: auto !important;
  }
}

.material .frm_checkbox input[type=checkbox] {
    position: absolute !important;
    margin-left: -9999px;
    visibility: hidden;
}

/* Hide the browser's default checkbox */
.material .frm_checkbox label input[type=checkbox]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.material .frm_checkbox span{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.material .frm_checkbox label:hover input[type=checkbox] ~ span{
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.material .frm_checkbox label input[type=checkbox]:checked ~ span{
  background-color: #811618;
}

/* Create the checkmark/indicator (hidden when not checked) */
.material .frm_checkbox span:after{
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.material .frm_checkbox label input[type=checkbox]:checked ~ span:after{
  display: block;
}

/* Style the checkmark/indicator */
.material .frm_checkbox label span:after{
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Formular Termine */
.anmeldestand {
  float:right;
  display: inline-block;
  background-color: #811618;
  border-radius: 20px;
  padding: 3px 15px;
  font-size: 14px;
  color: #fff;
}
.termin input {
	display: none !important;
}

.termin .termindetails {
	border: 2px solid #BFC3C8;
	padding: 20px;
	text-indent: 0px !important;
	margin: 5px 0px 5px -20px;
	border-radius: 5px;
  padding-left: 40px;
}

.termin .termindetails:active, .termin .termindetails:focus {
	border: 2px solid #811618;
}

.termin .termindetails:hover {
	border: 2px solid #811618;
	cursor: pointer;
}

.termin input[type=checkbox], .termin input[type=radio] {
  margin-left: 15px !important;
  margin-bottom: -95px !important;
}

.hinweis {
    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 20px;
    background-color: #efefef;
    border: 1px solid #ddd;
    font-size: 0.9rem !important;
}

.hinweis .fal {
    font-size: 42px;
    color: #811618;
    float: left;
    margin-right: 10px;
}

input[type="radio"]:checked + .termindetails, input[type="checkbox"]:checked + .termindetails {
  border-color: #811618;
  box-shadow: none;
}

/* Menu */
/*
.main-header-menu .sub-menu {
	width: 350px !important;
}
*/

/* Header */

.header a { 
	color: rgba(255, 255, 255, 0.7);
}

/* Content */
.primary {
  min-height: 800px;
}


/* Max Width von der ganzen Seite... 
#page {
  max-width: 1680px;
  margin: 0px auto;
}


@media only screen and (min-width : 1680px) {
  body {
    background-color: #efefef;
  }
  #page {
    background-color: #fff;
    position:relative;
    -webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 10px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 10px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;    
  }
}
*/

.centerUl ul {
  list-style-position: inside !important;
  text-align: center;
  margin-left: 0px;
}

.single-post h2 {
	font-size: 30px;
}

.single-post h3 {
	font-size: 26px;
}

ol {
  margin-left: 15px;
}

ol li {
  margin-bottom: 20px;
}

table {
  border: 0px;
}
table td {
  font-size: 15px !important;
  border-right: 0px;
  border-left: 0px;
}

/* Hover - Effect für UABB-Boxen und Grid */
.fl-post-grid-post, 
.shortlinks .uabb-infobox,
.ausbildunguebersicht .uabb-infobox {
	transition: all 0.4s;
}
.fl-post-grid-post:hover, .fl-post-grid-post:hover,
.shortlinks .uabb-infobox:hover,
.ausbildunguebersicht .uabb-infobox:hover {
	border-radius: 0;
	box-shadow: none;
	/*background-color: rgba(255,255,255,0);*/
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.fl-post-grid-post:hover,
.shortlinks .uabb-infobox:hover {
	background-color: rgba(255,255,255,1);
	
	box-shadow: 0px 10px 20px 15px rgba(0,0,0,0.05);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ausbildunguebersicht  .uabb-infobox:hover { 
  box-shadow: 0px 10px 20px 15px rgba(0,0,0,0.05);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}

.menushort .uabb-infobox {
  transition: all 0.4s;
}
.menushort .uabb-infobox:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}


/* Coaching Übersicht */
.aufbaumodule {
	position: relative;
}
.aufbaumodule:before {
	font-family: 'Font Awesome 5 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content:"";
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #811618 transparent transparent;
	position: absolute;
	left: -15px;
	top: 30px;
}

.aufbaumodule:after {
	font-family: 'Font Awesome 5 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content:"";
	border-style: solid;
	border-width: 10px 0px 10px 15px;
	border-color: transparent transparent transparent #811618;
	position: absolute;
	right: -15px;
	top: 30px;
}

.cul ul {
  margin-left: 20px;
}

.sub-menu .current-menu-item a{
  font-weight: bold;
}

/* Sidebar */
#secondary {
	line-height: 1.4;
}
#secondary li {
	margin-bottom: 10px;
}
.widget_recent_entries li {
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}
.ez-toc ul {
	padding: 0px !important;
}

/* Member Bereich */
.swpm-join-us-link {
  display: none;
}
