/*
Theme Name: AT Gonative
Description: appletips theme - web + iphone + ipad app
Author: Richard IJzermans
Author URI: http://www.geniusmedia.nl/
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
html {
  -webkit-font-smoothing: antialiased;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #071729;
  }
}

@media (prefers-color-scheme: light) {
  body {
    background-color: #fff;
  }
}

.aiosrs-rating-wrap {
  display:none;
}


blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  color: #3e3e3e;
 /* background-color: #071729;*/
  background-image: radial-gradient(
    circle 1500px at top,
    #c347b0 25.21%,
    rgb(137, 50, 142) 37.82%,
    rgb(77, 28, 110) 45.8%,
    #1c0853 52.1%,
    #04111a 89.5%
  );
  width: 100%;
  font-weight: 300;
}

p,
table {
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 300;
}
small {
  color: #acacac;
  font-size: 13px;
  text-decoration: none;
  font-weight: 300;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

a {
  color: #3e3e3e;
  font-weight: 500;
  text-decoration: none;
}
p a {
  color: #3e3e3e;
  border-bottom: 1px dotted #a1a1a1;
}
a:hover {
  text-decoration: none;
}
p a:hover {
  border-bottom: 1px dotted #a14397;
}

strong {
  font-weight: 600;
}

span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

h1 {
  font-size: 32px;
  color: #363636;
  font-weight: 600;
}
h2 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 25px;
  line-height: 28px;
}
h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #363636;
  font-weight: 500;
  line-height: 26px;
}
hr {
  height: 20px;
  border: none;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 10px;
  margin-top: 10px;
}
code {
  background-color: #f3f3f3;
  padding: 10px 15px;
  font-size: 15px;
  border: 0 solid #ddd;
  overflow-wrap: break-word;
}
#container {
  margin: 0 auto;
  width: 1150px;
}

@media only screen and (min-device-width: 1400px) {
  #container {
    width: 1350px;
  }
}


.wp-caption {
  margin-top: 50px;
}

.wp-caption-text {
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  margin-top: 0px;
  padding: 5px;
  margin-bottom: 50px;
}

.rounded {
  border-radius: 20px;
}

.indexknop {
  color: #666;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid #666;
  line-height: 44px;
  font-size: 12px;
}

.subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #555;
  margin-top: 10px;
}

.subtitlep {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #555;
}

.subreadtime {
display:none;
}

.subreadtimebadge {
font-size: 10px;
font-weight: 400;
text-align: center;
margin-top: 8px;
}

.intextsvg {
  fill: #3e3e3e;
}

.stickysidebar {
  position: sticky;
  top: 100px;
}

/* highlight blokken */

.alert {
  border-radius: 15px;
  padding: 10px 20px 10px 75px;
  background: #fffacd
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/alert-icon2x.png)
    center no-repeat;
  display: block;
  background-size: 45px 45px;
  background-position: 15px 15px;
}

.notice {
  border-radius: 15px;
  min-height: 55px;
  background: #fafafa
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/at-koopwijzer-small-icon2x.png)
    center no-repeat;
  background-position: 15px 15px;
  text-align: left;
  padding: 10px 10px 20px 75px;
  color: #000;
  display: block;
  background-size: 45px 45px;
}

.carplayinfo {
  border-radius: 15px;
  min-height: 55px;
  text-align: left;
  padding: 10px 20px 10px 75px;
  color: #000;
  background: #fafafa
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/carplay@2x.png)
    center no-repeat;
  display: block;
  background-size: 45px 45px;
  background-position: 15px 15px;
}

.watchinfo {
  border-radius: 15px;
  min-height: 55px;
  text-align: left;
  padding: 10px 10px 10px 75px;
  color: #000;
  background: #fafafa
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/watch@2x.png)
    center no-repeat;
  display: block;
  background-size: 45px 45px;
  background-position: 15px 15px;
}

.tvosinfo {
  border-radius: 15px;
  min-height: 55px;
  background: #f5ebfa
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/iconatv4@2x.png)
    center no-repeat;
  background-position: 15px 15px;
  text-align: left;
  padding: 10px 10px 10px 75px;
  color: #000;
  display: block;
  background-size: 45px 45px;
}

.noticeappstore,
.appstore {
  border-radius: 15px;
  min-height: 55px;
  background: #f9f9f9
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/iconiosappstore@2x.png)
    center no-repeat;
  background-size: 45px 45px;
  background-position: 15px 15px;
  padding: 10px 20px 10px 75px;
  color: #000;
}

.noticeappstoreheader {
  border-radius: 15px;
  min-height: 55px;
  background: #e9e9e9
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/iconiosappstore@2x.png)
    center no-repeat;
  background-position: 15px 10px;
  padding: 10px 20px 10px 75px;
  color: #000;
  line-height: 20px;
  display: block;
  background-size: 45px 45px;
}

.aticon {
  border-radius: 15px;
  min-height: 55px;
  border-left: none;
  padding: 10px 10px 10px 75px;
  color: #000;
  line-height: 20px;
  display: block;
  background: #ececec
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/aticon@2x.png)
    center no-repeat;
  background-size: 45px 45px;
  background-position: 15px 10px;
}

.ifttt {
  border-radius: 15px;
  min-height: 55px;
  padding: 10px 20px 10px 75px;
  display: block;
  background: #ececec
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/ifttt@2x.png)
    center no-repeat;
  background-position: 15px 15px;
  background-size: 45px 45px;
}

.noticemacappstore {
  border-radius: 15px;
  min-height: 55px;
  padding: 10px 20px 10px 75px;
  background: #ececec
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/iconmas@2x.png)
    center no-repeat;
  display: block;
  background-size: 45px 45px;
  background-position: 15px 15px;
}

.atholiday {
  border-radius: 15px;
  min-height: 55px;
  text-align: left;
  padding: 10px 20px 10px 75px;
  background: #fedcc7
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/iconholiday@2x.png)
    center no-repeat;
  display: block;
  background-size: 45px 45px;
  background-position: 15px 15px;
}

.kleinetips {
  border-radius: 15px;
  min-height: 55px;
  background: #f5e1fb
    url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/iconkleinetips@2x.png)
    center no-repeat;
  background-position: 15px 15px;
  text-align: left;
  padding: 10px 20px 10px 75px;
  display: block;
  background-size: 45px 45px;
}

.beta {
  border-radius: 15px;
  min-height: 55px;
  background: #dcd7ec url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjODAzNEJBIiB3aWR0aD0iOTBweCIgaGVpZ2h0PSI5MHB4IiB2aWV3Qm94PSI wIDAgMzYgMzYiIHZlcnNpb249IjEuMSIgIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0d HA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPmJldGEtbGluZTwvdGl0bGU+CiAgICA8cGF0aCBkPSJNNy4yMSwxNC4wN2gzYTEuNjEsMS42MSwwLDAsMSwxLjgxLDEuNSwxLjQ 0LDEuNDQsMCwwLDEtLjg0LDEuMzQsMS42NywxLjY3LDAsMCwxLDEuMSwxLjUzLDEuNzUsMS43NSwwLDAsMS0yLDEuNjNINy4yMVptMi43MSwyLjQyYy40OCwwLC44Mi0uMjguODItLjY3cy0uMzQtL jY1LS44Mi0uNjVIOC40OXYxLjMyWm0uMiwyLjQ4YS43NS43NSwwLDEsMCwwLTEuNDdIOC40OVYxOVoiIGNsYXNzPSJjbHItaS1vdXRsaW5lIGNsci1pLW91dGxpbmUtcGF0aC0xIj48L3BhdGg+PHB hdGggZD0iTTE0LjU1LDE1LjIzdjEuMmgzdjEuMTZoLTN2MS4zMmgzLjMzdjEuMTZIMTMuMjZ2LTZoNC42MnYxLjE2WiIgY2xhc3M9ImNsci1pLW91dGxpbmUgY2xyLWktb3V0bGluZS1wYXRoLTIiP jwvcGF0aD48cGF0aCBkPSJNMjAuNDEsMTUuMjNIMTguNTRWMTQuMDdoNXYxLjE2SDIxLjd2NC44NEgyMC40MVoiIGNsYXNzPSJjbHItaS1vdXRsaW5lIGNsci1pLW91dGxpbmUtcGF0aC0zIj48L3B hdGg+PHBhdGggZD0iTTI4LDE5LjEySDI1LjMybC0uMzguOTVIMjMuNWwyLjQ0LTZoMS40NGwyLjQ1LDZIMjguMzhaTTI3LjU1LDE4bC0uODktMi4xOUwyNS43NywxOFoiIGNsYXNzPSJjbHItaS1vd XRsaW5lIGNsci1pLW91dGxpbmUtcGF0aC00Ij48L3BhdGg+PHBhdGggZD0iTTguMDYsMzBhLjg0Ljg0LDAsMCwxLS4zOC0uMDhBMSwxLDAsMCwxLDcuMDYsMjlWMjVoLTRhMSwxLDAsMCwxLTEtMVY xMGExLDEsMCwwLDEsMS0xaDMwYTEsMSwwLDAsMSwxLDFWMjRhMSwxLDAsMCwxLTEsMUgxMy40OEw4Ljc3LDI5LjcxQTEsMSwwLDAsMSw4LjA2LDMwWm0tNC03aDRhMSwxLDAsMCwxLDEsMXYyLjU5b DMuMy0zLjNhMSwxLDAsMCwxLC43LS4yOWgxOVYxMWgtMjhaIiBjbGFzcz0iY2xyLWktb3V0bGluZSBjbHItaS1vdXRsaW5lLXBhdGgtNSI+PC9wYXRoPgogICAgPHJlY3QgeD0iMCIgeT0iMCIgd2l kdGg9IjM2IiBoZWlnaHQ9IjM2IiBmaWxsLW9wYWNpdHk9IjAiLz4KPC9zdmc+")
    center no-repeat;
  background-position: 15px 5px;
  padding: 10px 20px 10px 85px;
  display: block;
  background-size: 45px 45px;
}

.tooltje,
.iconsinfo,
.ios11,
.ios10,
.tvos10,
.wos3,
.sierra,
.iconios9,
.osx1011x,
.kleine8,
.kleineyose {
  border-radius: 15px;
  background: #dcd7ec;
  padding: 10px 20px;
}

.uitgelicht {
  border-radius: 15px;
  background: #dcecff;
  padding: 10px 20px;
}

.developer {
  border-radius: 15px;
  background: #fcf8f1;
  padding: 10px 20px;
}

.formok {
  border-radius: 15px;
  background: #d4fae0;
  padding: 10px 20px;
}

.formol {
  border-radius: 15px;
  background: #d4fae0;
  padding: 10px 20px;
}

.extrablock {
  border-radius: 15px;
  background: #fafafa;
  padding: 15px 20px 15px 20px;
  margin-bottom: 30px;
}

.aangepastform {
  width: 200px;
}
.download {
  background: url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/download-button.png);
  width: 106px;
  height: 30px;
  text-indent: -9999px;
  display: block;
}
.link {
  background: url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/link-button.png);
  width: 74px;
  height: 30px;
  text-indent: -9999px;
  display: block;
}

  .breaking {
  position: relative;
  min-height: 56px;
  background: #c62828;
  color: #ffffff;
  border-radius: 12px;
  padding: 16px 20px 16px 72px;
  font-weight: 500;
  line-height: 1.35;
  font-size: 0.9em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

@media (prefers-color-scheme: dark) {
  .breaking {
    background: #530808;
  }
}

.breaking::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.95;
}

.breaking a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: none;
  display: block;
}

.breaking a:hover {
  text-decoration: none;
  border-bottom: 0px;
}

.breaking:hover {
  background: #e53935;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  transform: translateY(-1px);
}

.breakingblue {
  background: #003c8a;
}

.breakingblue:hover {
  background: #0055b8;
}

.breakingbf {
  background: #111;
}

.breakingbf:hover {
  background: #222;
}

.breaking-badge {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  margin-bottom: 6px;
}

.form td {
  padding: 6px;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: 1px solid #dfdfdf;
  padding: 4px 0 4px 4px;
  margin-right: 10px;
  background: #f9f9f9;
  font-size: 14px;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #3e3e3e;
}
body .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #e9e9e9;
  border: 1px solid rgba(154, 154, 154, 1);
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  padding: 4px 8px;
  width: 90px;
}
body .gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #fff;
  background-color: #acacac;
}
.submit-regular {
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid #bbb;
  padding: 8px;
  margin-right: 10px;
  background: #fcfcfc;
  font-size: 16px;
  color: #3e3e3e;
  width: 300px;
}

input#url.submit-regular {
  display: none;
}

.submit-comment {
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid #bbb;
  padding: 5px;
  background: #fcfcfc;
  font-size: 16px;
  color: #3e3e3e;
  width: 100%;
  height: 160px;
  box-sizing: border-box;
}
.submit-button {
  -webkit-appearance: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: purple;
  border: 1px solid purple;
  border-radius: 5px;
  box-sizing: content-box;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 24px;
  padding: 4px 8px;
  width: 90px;
  clear: left;
  cursor: pointer;
}
.submit-button:hover {
  background-color: #3f1b90;
}
#header {
  height: 100px;
}
#header #logo {
  float: left;
}
#logo h1 {
  padding: 30px 0 10px 20px;
  text-indent: -9999px;
}
#logo h1 a {
  background: url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/v3atlogo2.png)
    no-repeat;
  display: block;
  width: 200px;
  height: 39px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 21),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  #logo h1 a {
    background: url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/v3atlogo@2x.png)
      no-repeat;
    display: block;
    background-size: 200px 39px;
  }
}

#header #logotop {
  float: left;
  margin: 30px 0 10px 20px;
  text-indent: -9999px;
  background: url(https://i0.wp.com/www.appletips.nl/wp-content/themes/at3/images/v3atlogo@2x.png)
    no-repeat;
  display: block;
  width: 200px;
  height: 39px;
  background-size: 200px 39px;
  text-indent: -9999px;
}

/*
#singleab {
  height: 150px;
  width: 100%;
}
*/

#header ul {
  float: right;
  list-style: none;
  display: block;
  margin-top: 20px;
  margin-right: 15px;
}
#header ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  margin-left: 10px;
}
#header ul li a {
  width: 36px;
  display: block;
  overflow: hidden;
  padding-top: 13px;
}
#header ul li a {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

#topbar {
  background-color: #666;
  height: 50px;
  margin-top: 10px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

#topbar h1 {
  float: left;
  color: #fff;
  font-size: 18px;
  padding: 15px 0 0 20px;
}

.topbartext {
  float: left;
  color: #fff;
  font-size: 18px;
  padding: 15px 0 0 20px;
  font-weight: 600;
}

#topbar ul {
  float: right;
  list-style: none;
  display: block;
  font-size: 30px;
  padding: 10px 20px 0 30px;
  list-style-type: none;
}

#topbar li {
  display: inline-block;
}

#topbar ul a {
  color: #000;
}

#topbar ul a:hover {
  color: #222;
}

#topbar .prevnext {
  height: 30px;
  fill: #000;
  
}

#topbar .prevnext:hover {
  fill: #222;
}


#content {
  display: flex;
  background-color: #fff;
  padding-bottom: 20px;
  overflow-wrap: break-word;
}
#posts {
  float: left;
  width: 730px;
  margin: 20px 0 10px 30px;
}

@media only screen and (min-device-width: 1400px) {
  #posts {
    margin: 20px 80px 10px 120px;
  }
}

@media only screen and (min-device-width: 744px) and (max-device-width: 744px) and (max-device-height: 1133px) and (min-device-height: 1133px) {
  #posts {
    margin: 20px 0 10px 10px;
  }
}

.post {
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: none;
  /* border-bottom: 1px solid #e9e9e9 */
}
div#related {
  padding-bottom: 24px;
  border-top: none;
}
div#related h2 {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
div#banner {
  text-align: center;
}
.post h1,
#posts .page h1 {
  padding: 0 0 30px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}
.post h1 a {
  font-weight: 600;
  color: #000;
}
.post h1 a:hover {
  color: #363636;
}

.post ul,
.post ol {
  margin: 0 20px 20px 25px;
  list-style-position: inside;
  line-height: 30px;
  font-size: 17px;
  font-weight: 300;
  list-style-position: outside;
}
.post ul li,
.post ol li {
  margin: 0px 0px 10px 10px;
}

.post li a {
  border-bottom: 1px dotted #a1a1a1;
}

.post li a:hover {
  border-bottom: 1px dotted #a14397
}


#related ul li a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
}
#related ul li a:hover {
  text-decoration: underline;
}
.details {
  overflow: none;
  height: 30px;
  color: #6e6e6e;
  font-weight: 400;
  font-size: 14px;
  vertical-align: bottom;
  margin-bottom: 20px;
  display: block;
}
.details a {
  color: #6e6e6e;
  text-decoration: none;
  font-weight: 400;
}
.details a:hover {
  border-bottom: 1px dotted #6e6e6e;
}
.details .date,
.details .user,
.details .cats,
.details .comments,
.details .edit,
.details .share {
  float: left;
  margin-right: 20px;
  margin-top: 7px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

.reactieheader {
  padding: 0 0 22px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.discreview {
  background-color: #f1f1f1;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 40px 23px 20px;
  border-radius: 10px;
  margin-top: 30px;
}

/*
.share-btn {
  font-size: 30px;
  padding-right: 5px;
  line-height: 32px;
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out
}
.share-btn:hover {
  opacity: .7
}
#share-facebook {
  color: #3B5998
}
#share-twitter {
  color: #55ACEE
}
#share-google {
  color: #DD4B39
}
#share-linkedin {
  color: #0077B5
}

*/

.details .ico {
  float: left;
  margin-right: 5px;
}

.commentlist {
  margin-bottom: 30px;
}

.commentlist a {
  text-decoration: none;
}

ul.commentlist {
  /* margin: -12px 0 20px */
}
ul.commentlist li {
  border-bottom: 1px solid #f9f9f9;
  padding: 14px 10px 0 0;
  list-style-type: none;
}
ul.commentlist li img {
  margin-right: 15px;
  float: left;
  margin-top: 5px;
  border-radius: 24px;
}
ul.commentlist li div.comment {
  overflow: hidden;
}
ul.commentlist li p {
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 35px;
}
ul.commentlist li p img {
  margin-bottom: 20px;
  margin-left: 5px;
}
ul.commentlist li small {
  font-size: 11px;
  color: #333;
  margin-left: 5px;
}
.commentlist .bypostauthor {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 15px;
}
.commentlist li ul.children li.bypostauthor {
  border-top: 10px solid #e18728;
}
.button {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #e9e9e9;
  border: 1px solid rgba(154, 154, 154, 1);
  box-sizing: content-box;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 400;
  height: 24px;
  padding: 4px 8px;
  width: 90px;
  clear: left;
  cursor: pointer;
  display: block;
  float: left;
}
.button:hover {
  color: #fff;
  background-color: #acacac;
}
#sidebar {
  float: right;
  width: 310px;
  color: #3e3e3e;
  margin: 20px 15px 20px 40px;
  font-weight: 300;
}

@media only screen and (min-device-width: 1400px) {
  #sidebar {
    margin: 20px 50px 20px 0px;
  }
}

#sidebar h2 {
  font-size: 18px;
  color: #fff;
  padding: 10px 15px;
  background-color: #412586;
  border-radius: 10px;
}
#sidebar ul {
  list-style-type: none;
  list-style-position: inside;
  line-height: 22px;
  font-size: 15px;
  font-weight: 300;
}
#sidebar ul li {
  margin-bottom: 10px;
  padding: 5px;
}
#sidebar ul li:hover {
  background-color: #fafafa;
  border-radius: 10px;
}
#sidebar ul li a {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 300;
}

/* Center ads blocks sidebar */

.ph_block1,
.ph_block2,
.ph_block3,
.ph_block4,
.ph_block5,
.ph_upgreatest,
.ph_appelhoes {
  float: none;
  margin: 20px 0px 30px 0px;
  text-align: center;
  width: 300px;
  height: 250px;
  display: inline-block;
  align-content: center;
}


.ph_block1 {
  height: 600px;
  display: inline-block;
  border: 1px solid #f1f1f1;
}


.joinhere {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 9px;
}
.joinhere a {
  text-decoration: none;
  color: #600170;
}

#copyright {
  margin-bottom: 40px;
  padding: 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  background-color: #333;
}

#copyright a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
#copyright a:hover {
  color: #1cc2ff;
}

#footer {
  background-color: #031623;
}
#footer-container {
  margin: 0 auto;
  padding: 20px 0 25px;
  width: 1078px;
  color: #fff;
  overflow: hidden;
  line-height: 24px;
  background-color: #031623;
}
#footer h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ebf2fc;
}
#footer .column {
  float: left;
  width: 235px;
  margin: 0px 10px 0px 0px;
}
#footer .two {
  font-size: 14px;
  list-style-type: none;
}
#footer .first {
  font-size: 14px;
  width: 450px;
  padding-right: 50px;
}
#footer a {
  font-weight: 500;
  color: #fff;
}
#footer a:hover {
  color: #fff;
}
#footer p {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
#footer p a {
  font-weight: 500;
  color: #fff;
  border: none;
}
#footer p a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
#footer ul {
  list-style-position: none;
  font-size: 14px;
}
#footer ul li {
  list-style-type: none;
}
img.alignright {
  float: left;
  margin: 10px 30px 20px 0;
}

.alignnone {
  margin-top: 30px;
  margin-bottom: 30px;
}

img.alignrightecht {
  float: right;
  margin: 10px 0px 20px 30px;
}
img.alignleft {
  float: left;
  margin: 10px 30px 20px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  height: auto;
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img a {
  border: 0;
}

#breadcrumb {
  font-size: 90%;
  height: 15px;
  display: block;
  background-color: #ededed;
  border-radius: 0;
  padding: 5px 0 1px 5px;
  margin-bottom: 15px;
}
#breadcrumb a {
  padding: 3px;
}
#breadcrumb a:hover {
  color: purple;
  text-decoration: underline;
}
#breadcrumbs {
  font-size: 70%;
  margin: 1em 0 2em 0;
}
#breadcrumbs a {
  display: inline;
  border: none;
  padding: 0;
  text-transform: none;
  text-decoration: none;
}

.atbutton {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #f7f7f7;
  border: 1px solid rgba(154, 154, 154, 1);
  box-sizing: content-box;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
  height: 24px;
  padding: 4px 10px;
  width: 90px;
}

.icandydownloads {
  margin-bottom: 60px;
}

.icandydownload {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #000;
  border: 1px solid #000;
  box-sizing: content-box;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  height: 24px;
  padding: 4px 10px;
  border-radius: 5px;
}

.icandydownload:hover {
  opacity: 0.8;
  border-bottom: 1px solid #000;
}

.wrap {
  display: block;
  position: relative;
  clear: none;
  overflow: hidden;
  color: #fff;
  margin-bottom: 10px;
}
.wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 10px;
}
.wrap a {
  color: #fff;
}
.wrap .desc {
  display: block;
  position: absolute;
  font-size: 20px;
  top: 55%;
  left: 15px;
  z-index: 2;
  color: #fff;
  text-align: right;
  background: #000;
  padding: 5px 20px;
  opacity: 0.7;
  border-radius: 5px;
}
.wrap .desc:hover {
  opacity: 1;
}
.videos {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.videos .video {
  width: 215px;
  height: 280px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #dfdfdf;
  font-weight: 300;
  border-radius: 15px;
}
.videos .videox {
  width: 202px;
  height: 310px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  border: 0 solid #dfdfdf;
}
.videos .video .logo {
  height: 116px;
  background: color;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.videos .video .logo img {
  width: auto;
  height: 116px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.videos .video h2.title {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 10px 0;
  line-height: 20px;
  min-height: 55px;
  font-weight: 400;
}
.videos .video p.description {
  height: 68px;
  color: #3f3f3f;
  line-height: 13px;
  margin: 2px 5px 10px 10px;
  text-align: left;
  text-shadow: none;
  font-weight: 300;
}
.videos .video a {
  text-decoration: none;
  font-weight: 300;
}
.videos .video a:hover {
  text-decoration: none;
}
.repvideo {
  background-color: #f7f7f7;
}
.repvideo td {
  text-align: center;
  width: 180;
  padding: 15px;
  line-height: 22px;
}
.repvideo a {
  line-height: 22px;
}
.repvideo td a:hover {
  text-decoration: underline;
}
.repvideo th {
  width: 180px;
  font-size: 32px;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #e9e9e9;
}
.repvideo tr a:hover {
  color: #000000;
}
.repvideomob {
  display: none;
}
.linkcapsule {
  border-radius: 3px;
  background-color: #f9f9f9;
  padding: 4px 10px;
  margin-top: 10px;
  min-height: 22px;
}
.linkcapsule a {
  font-weight: normal;
}
.linkcapsule a:hover {
  color: #fff;
  text-decoration: none;
}
.linkcapsule:hover {
  color: #fff;
  border: 1px solid #363636;
  background-color: #363636;
}
.linkcapsule:hover a {
  color: #fff;
  background-color: #363636;
}
#fixiphone {
  margin-top: 30px;
  min-height: 160px;
  display: block;
  line-height: 38px;
}
.fixiphone {
  display: none;
}
.icandyvandaag {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.key {
  border: 1px solid;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 2px;
}
.siri, .siriinline {
  font-weight: 400;
  line-height: 28px;
  font-style: italic;
}

.siriinline:before {
   font-family: "Font Awesome 5 Free";
   content: "\f130";
   vertical-align: middle;
   font-weight:900;
   font-style: normal;
   border: 1px solid #000;
   border-radius: 50%;
   padding: 4px 6px;
   font-size: 14px;
   margin-right: 2px;
   margin-left: 5px;
}


.siriicon {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 3px 2px;
  font-size: 14px;
  margin-right: 5px;
}
.crouter {
  width: 100%;
  text-align: center;
}
.crinner {
  display: inline-block;
  margin: 0 auto;
}

.tooncat {
  float: left;
  margin: 10px 30px 15px 0px;
  width: 135px;
}
.tooncat img {
  display: block;
}

.tooncat a {
  border: none;
  color: #3e4042;
}

.tooncat a:hover {
  border: none;
}

.tooncat .tooncattitle {
  background-color: #3e4042;
  color: #fff;
  border: 1px;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0px;
  vertical-align: middle;
  line-height: 18px;
  margin: 10px 0px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
}

.catdes img.aligncenter {
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 15px;
}

.catdes p {
  font-size: 14px;
  line-height: 20px;
}

/* .catdes img { width: 100%; height: auto} */

.catdes {
  margin-bottom: 20px;
  background-color: #f6f6f6;
  padding: 10px 20px;
  border-radius: 15px;
}

.teaserknop {
  background-color: #08037e;
  margin: 40px auto;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  line-height: 22px;
}

.teaserknop:hover {
  background-color: #0000ca;
}

.contentknop {
  background-color: #5a3f95;
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 15px;
  color: #fff;
  line-height: 22px;
}

.contentknop a {
  color: #fff;
  text-decoration: none;
  border-bottom: 0px;
}

.contentknop:hover,
.contentknop a:hover {
  background-color: #8e3f95;
}

.tmobpaars {
  background-color: #e20074;
}

.kpngroen {
  background-color: #41952a;
}

/* Call Out app install */

.appcallout {
  position: fixed;
  bottom: 55px;
  right: 40px;
  margin-left: 20px;
  display: none;
}

.appcallout:hover {
  cursor: pointer;
}

.appcallout-header {
  padding: 15px 15px;
  background: #003761
    url(https://i0.wp.com/www.appletips.nl/wp-content/uploads/appromov3.png)
    center no-repeat;
  background-position: 15px 15px;
  background-size: 50px 50px;
  font-size: 13px;
  color: white;
  border-radius: 15px;
  width: 228px;
  padding-left: 80px;
  line-height: 20px;
  border: 2px solid #fff;
  z-index: 9999999999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.appcallout-header:hover {
  border: 2px solid #f1f1f1;
  background-color: #503761;
}

.appcallout-header a {
  color: #fff;
}

.appcalloutclosebtn {
  color: red;
  line-height: 30px;
  position: absolute;
  right: -16px;
  text-align: center;
  top: -14px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-weight: 900;
  font-size: 30px;
  background-color: #fff;
  border-radius: 20px;
  padding: 2px 1px 1px 1px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (device-width: 320px) and (orientation: portrait) {
  .appcallout-header {
    font-size: 11px;
    width: 190px;
  }

  .appcallout {
    right: 20px;
  }
}

.appcalloutclosebtn:hover {
  color: #000;
}

/** mobile iphone **/

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  .post ul,
  .post ol {
    margin: 0px 20px 20px 0px;
    list-style-position: inside;
    font-size: 16px;
    font-weight: normal;
  }

  #ph_slider {
    display: none;
  }
  
  .stickysidebar {
    position: initial;
    top: initial;
  }
  
  .subreadtimebadge {
    display: none;
  }
  
  .subreadtime {
  display: block;
  font-size: 10px;
  margin-bottom: 12px;
  border-radius: 3px;
  font-weight: 400;
  }
  
  #breadcrumbs {
  display: none;
  }

  .aanbieding .aanbiedingtext {
    font-size: 16px;
    line-height: 20px;
  }

  .aanbieding .aanbiedingprijs {
    font-size: 12px;
  }

  .subtitle {
    font-size: 10px;
    line-height: 14px;
    display: inline-block;
  }

  .subtitlep {
    font-size: 16px;
    line-height: 22px;
  }

  #container {
    margin: 0 auto;
    width: 100%;
  }
  #content {
    flex-wrap: wrap;
    padding: 14px;
    border-radius: 0px;
    margin-top: 0px;
  }
  h2 {
    line-height: 30px;
  }

  p,
  table {
    line-height: 29px;
    font-size: 16px;
    font-weight: 400;
  }

  .tooncat {
    float: right;
    margin: 10px 0px 0 30px;
    width: 110px;
  }

  .tooncat .tooncattitle {
    font-size: 11px;
    margin: 10px 0px;
  }

  #topbar {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-top: 0px;
  }

  .submit-comment {
    width: 275px;
  }
  img.alignleft {
    float: right;
    margin: 10px 0 20px 10px;
  }
  #header {
    height: 80px;
    color: #fff;
    background-image: -webkit-linear-gradient(-55deg, #140e4b 0%, #bf42b5 100%);
  }
  #logo h1 {
    padding: 20px 0 0 20px;
    text-indent: -9999px;
  }
  /*
    #logo h1 a {
    background: url(https://cdn.appletips.nl/wp-content/themes/at3/images/v3atlogo@2x.png) no-repeat;
    display: block;
    background-size: 200px 39px
  }
  */

  #header #logotop {
    margin: 20px 0px 0px 20px;
  }

  #posts {
    float: left;
    width: 100%;
    margin: 0px;
  }
  .post {
    margin: 0px;
  }
  #sidebar {
    width: 100%;
    margin: 10px 0 10px 10px;
  }
  #sidebar ul {
    padding: 0px;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 50px;
  }
  #sidebar h2 {
    padding: 15px;
    margin-bottom: 40px;
  }
  #sidebar li {
    padding: 0 15px 0 10px;
    line-height: 22px;
    font-size: 16px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .alert {
    font-size: 13px;
    line-height: 20px;
  }
  .notice {
    font-size: 13px;
    line-height: 20px;
  }
  .notice,
  .beta,
  .carplayinfo,
  .watchinfo,
  .tvosinfo,
  .noticeappstore,
  .noticeappstoreheader,
  .iconios9,
  .ifttt,
  .noticemacappstore,
  .aticon,
  .atholiday,
  .kleinetips,
  .kleine8,
  .kleineyose,
  .osx1011x,
  .alert,
  .uitgelicht,
  .appstore,
  .osx1011x,
  .developer,
  .watchinfo,
  .atholiday,
  .tooltje,
  .formok,
  .formol,
  .iconsinfo,
  .highsierra,
  .ios11,
  .wos3,
  .ifttt,
  .carplayinfo,
  .ios10,
  .tvos10,
  .sierra {
    font-size: 13px;
    line-height: 20px;
  }
  .details {
    overflow: visible;
    min-height: 20px;
    color: #acacac;
    font-size: 15px;
    vertical-align: bottom;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 15px;
    margin-bottom: 0;
  }
  .details .comments {
    display: none;
  }
  .details .date,
  .details .cats,
  .details .edit,
  .details .share,
  .details .user {
    font-size: 13px;
  }
  .share-btn {
    font-size: 36px;
    padding-top: 10px;
  }
  .shrbtn {
    background-color: red;
  }
  #copyright {
    font-size: 10px;
    line-height: 16px;
    border: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
  }

  #footer {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  #footer-container {
    padding: 0;
    width: 95%;
    list-style-type: square;
  }
  #footer h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #ebf2fc;
  }
  #footer .column {
    float: left;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #footer .first {
    width: 100%;
    font-size: 15px;
    margin: 0 auto;
  }
  #footer .two {
    display: none;
  }
  #header ul {
    display: none;
  }
  .flexslider {
    display: none;
  }
  .tabcontainer {
    display: none;
  }
  div.hideme {
    display: none;
  }

  .wrap {
    border: 0 solid #e9e9e9;
    margin-bottom: 5px;
  }
  .wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .wrap .desc {
    display: none;
  }
  #related ul li a {
    font-size: 16px;
  }
  .addsell {
    display: none;
  }
  #breadcrumb {
    font-size: 60%;
    padding: 0;
    margin-bottom: 15px;
    height: auto;
  }
  #wp_page_numbers ul,
  #wp_page_numbers li,
  #wp_page_numbers a {
    padding: 0;
    margin: 0 5px 0 0;
    border: none;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    text-transform: none;
    text-indent: 0;
    font-variant: normal;
    text-align: left;
    line-height: 12px;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 15px;
    color: #3e3e3e;
  }
  #wp_page_numbers {
    margin-top: 40px;
  }
  #wp_page_numbers ul {
  }
  #wp_page_numbers li {
    float: left;
    display: block;
  }
  #wp_page_numbers a {
    padding: 7px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    color: #3e3e3e;
  }
  #wp_page_numbers li a:hover {
    text-decoration: underline;
  }
  #wp_page_numbers li.space {
    padding: 7px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #wp_page_numbers li.first_last_page {
    font-style: italic;
  }
  #wp_page_numbers li.active_page a {
    background: #000;
    padding: 7px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-weight: 700;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  #wp_page_numbers li.active_page a:hover {
    text-decoration: none;
    color: #fff;
  }
  #wp_page_numbers li.page_info {
    float: left;
    display: block;
    padding: 7px;
    padding-left: 0;
    color: #acacac;
    font-size: 15px;
  }
  #wp_page_numbers ul,
  #wp_page_numbers li,
  #wp_page_numbers a {
    font-size: 12px;
  }
  #wp_page_numbers li.page_info {
    font-size: 12px;
  }
  .joinhere {
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .videos .video {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-top: 15px;
    border: none;
    margin-bottom: 10px;
    border-top: 1px solid #dfdfdf;
  }
  .videos .videox {
    display: none;
  }
  .videos .video h2.title {
    min-height: 40px;
    margin-top: 10px;
  }
  .videos .video .logo {
    float: left;
  }
  .videos .video .logo img {
    width: 90px;
    height: auto;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
  }
  .videos .video p.description {
    height: auto;
    padding-bottom: 1px;
  }
  .repvideo {
    display: none;
    margin-top: 15px;
  }
  .repvideomob {
    width: 100%;
    display: block;
  }
  .repvideomob td {
    text-align: left;
    padding: 10px 0px 10px 10px;
    line-height: 18px;
    border-bottom: 3px solid #fff;
    vertical-align: middle;
    height: 30px;
  }
  .repvideomob a {
    line-height: 22px;
  }
  .repvideomob td a:hover {
    text-decoration: underline;
  }
  .repvideomob th {
    width: 45px;
    text-align: center;
    padding: 10px;
    background-color: #e9e9e9;
    border-bottom: 3px solid #fff;
    vertical-align: middle;
    height: 30px;
  }
  .repvideomob tr a:hover {
    color: #000000;
  }



  .icandydownloads {
    margin-top: 15px;
  }

  .commentlist ul,
  .commentlist li {
    margin: 0px;
  }

  .breaking,
  breaking:hover {
    margin-bottom: 10px;
    border-radius: 15px;
    background-position: 15px 10px;
    padding: 8px 15px 10px 65px;
  }

  .breaking p,
  .breaking a,
  .breaking a:hover {
    font-size: 14px;
    line-height: 18px;
  }

  .breakingbf,
  .breakingbf:hover {
    background-position: 15px 10px;
  }
}

#ph_slider {
  height: 293px;
}

/** mobile iphone LANDSCAPE **/

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: landscape) {
  #sidebar ul {
    line-height: 30px;
    font-size: 18px;
  }

  #posts {
    width: 700px;
    padding-left: 0px;
    margin: 20px 0 10px 10px;
  }

  #secmenu {
    display: none;
  }

  #ph_slider {
    display: none;
  }
}

/** ipad **/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /*
#ph_slider {
height: 293px;
display: inline-block;
}
*/

  .subtitle {
    font-size: 12px;
  }

  .subtitlep {
    font-size: 18px;
  }

  #topbar {
    margin-top: 10px;
  }

  div.hideme {
    display: none;
  }
  #posts {
    margin: 20px 60px 20px 30px;
    width: 685px;
  }
  #sidebar {
    margin: 20px 5px 20px 20px;
  }
  p,
  table {
    line-height: 32px;
  }
  .details {
    font-size: 16px;
  }
  .post h1,
  #posts .page h1 {
    font-size: 30px;
    line-height: 40px;
  }
  #sidebar ul,
  #sidebar li {
    font-size: 14px;
    line-height: 27px;
  }
  #related ul li a {
    font-size: 20px;
  }
  div#related {
    padding-bottom: 24px;
    padding-top: 24px;
    padding-left: 20px;
  }
  div#related h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .share-btn {
    font-size: 40px;
  }

  .wppp_list img {
    margin-bottom: 10px;
  }

  .videos .video {
    width: 213px;
  }

  .post ul li,
  .post ol li {
    font-size: 17px;
  }
}

.circular {
  margin-top: 4px;
  margin-right: 8px;
  margin-left: 1px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}


#topfivekpwr,
.topfivespan a {
  text-transform: uppercase;
  font-weight: 400;
}
.vids {
  width: 100%;
  margin: 0 auto 20px;
  height: 240px;
}
.vidsbox,
.vidsboxb {
  width: 185px;
  float: left;
  margin-right: 12px;
}
.vidsbox video,
.vidsboxb video,
.vidsboxc video {
  margin-bottom: 10px;
  width: 185px;
  height: auto;
  border-radius: 10px;
}
.vidsboxc {
  width: 190px;
  float: left;
  margin-right: 0;
}
.vids a {
  font-weight: 300;
}
.topfive small,
.topfive small a {
  font-weight: 200;
}
@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  .vidsboxb,
  .vidsboxc {
    display: none;
  }
  .vidsbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .vidsbox video,
  .vidsboxb video,
  .vidsboxc video {
    width: 100%;
    height: 100%;
  }
  .vids {
    margin-bottom: 25px;
    height: auto;
  }
  .vids img {
    margin-bottom: 5px;
  }
  .vidsep {
    height: 50px;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .vidsbox,
  .vidsbox video,
  .vidsboxb,
  .vidsboxb video,
  .vidsboxc,
  .vidsboxc video {
    width: 175px;
  }
}
 
 pre {
   font-family: courier;
   word-wrap: break-word;
   overflow-wrap: break-word;
   background-color: #fafafa;
   border-radius: 15px;
   margin: 20px 0px;
   line-height: 18px;
   white-space: pre-wrap;
   padding: 20px;
   font-size: 14px;
  }



/* iPad Pro 10.5 aanpassingen 

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) {
  #container {
    width: 100%;
  }
  #posts {
    margin: 20px 0 20px 25px;
  }
}

*/

/* iPhone SE aanpassingen */

@media only screen and (device-width: 320px) and (orientation: portrait) {
  .details .date {
    display: none;
  }

  p,
  table {
    line-height: 25px;
    font-size: 15px;
  }

  .instavideo {
    margin-left: -20px;
  }
}

#containera {
  width: 330px;
  height: 130px;
  position: relative;
  margin-bottom: 10px;
  display: block;
  border-radius: 15px;
}
#containera img {
  width: 330px;
  height: 130px;
}
#imagea {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}
#texta {
  z-index: 0;
  position: absolute;
  color: white;
  font-size: 12px;
  left: 0px;
  top: 98px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1px 3px 1px 8px;
  width: 319px;
  font-weight: 600;
  border-radius: 0px 0px 15px 15px;
  height: 30px;
  line-height: 27px;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  ul.topic-items {
    display: none;
  }
}
select {
  background: transparent;
  width: 100%;
  padding: 5px 5px 5px 10px;
  font-size: 16px;
  border: 1px solid #222;
  -webkit-appearance: none;
  appearance: none;
  margin: -8px 0px 15px 0px;
}
/* breaking */

div.post.hider {
  display: none;
}

/* small os menu */

.appnavbar {
  width: 100%;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.appnavbar a {
  float: left;
  padding: 12px 6px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  width: 25%;
  text-align: center;
  border-radius: 12px;
  border: 3px solid #fff;
  box-sizing: border-box;
  margin-top: 3px;
}

@media only screen and (device-width: 320px) and (orientation: portrait) {
  .appnavbar a {
    font-size: 10px;
  }
}

.xmbmacos {
  background-color: #fd5a46;
}
.xmbios {
  background-color: #a359a3;
}
.xmbwatchos {
  background-color: #ec0e4d;
}
.xmbtvos {
  background-color: #eb3790;
}

/* Specifiek voor grotere schermen */

@media only screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
  #posts {
    margin: 20px 0 10px 40px;
  }
  #container {
    width: 1150px;
  }
}

.post h1,
#posts .page h1 {
  padding: 0 0 22px;
  font-size: 32px;
  line-height: 38px;
}

/* fixed */

.post {
  margin-bottom: 34px;
}

/* hide elements on non iPad */

.mobshow {
  display: none;
}
.padshow {
  display: none;
}

/* Page numbers */

#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
  padding: 0;
  margin: 0 5px 0 0;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  list-style: none;
  text-transform: none;
  text-indent: 0;
  font-variant: normal;
  text-align: left;
  line-height: 12px;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 15px;
  color: #3e3e3e;
}

#wp_page_numbers {
  background: #fff;
  padding: 5px 20px 5px 25px;
  margin-left: 126px;
}

#wp_page_numbers ul {
}
#wp_page_numbers li {
  float: left;
  display: block;
}
#wp_page_numbers a {
  padding: 7px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  color: #3e3e3e;
}
#wp_page_numbers li a:hover {
  text-decoration: underline;
}
#wp_page_numbers li.space {
  padding: 7px;
  padding-left: 5px;
  padding-right: 5px;
}
#wp_page_numbers li.first_last_page {
  font-style: italic;
}
#wp_page_numbers li.active_page a {
  background: #000;
  padding: 7px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  font-weight: 700;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#wp_page_numbers li.active_page a:hover {
  text-decoration: none;
  color: #fff;
}
#wp_page_numbers li.page_info {
  float: left;
  display: block;
  padding: 7px;
  padding-left: 0;
  color: #acacac;
  font-size: 15px;
}
#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
  font-size: 15px;
}
#wp_page_numbers li.page_info {
  font-size: 15px;
}


/* iPad app specifiek */

.ipadad {
  margin-bottom: 8px;
  margin-top: -32px;
}

/* subindex */

#linkindex {
  margin-top: 40px;
  margin-bottom: 40px;
}

#linkindex ul {
  list-style: none;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}

#linkindex li {
  background: #f1f1f1;
  border-bottom: 0px solid #fff;
  padding: 4px 2px 4px 25px;
  margin: 0 0 4px 0;
  font-size: 16px;
  border-radius: 9px;
}

#linkindex li:hover {
  background: #e1e1e1;
}

#linkindex li a {
  border-bottom: none;
}

#linkindex li a:hover {
  text-decoration: none;
}

#linkindex small {
  margin-left: 10px;
  color: green;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  #linkindex li {
    padding: 4px 2px 4px 10px;
  }
}

a.pretty-link-keyword {
  border-bottom: 1px dotted #a1a1a1;
}

a.pretty-link-keyword:hover {
  border-bottom: 1px dotted #a14397;
  text-decoration: none;
}

/* Comments form validation */
#commentform input.error,
#commentform textarea.error {
  background-color: #fee5e6;
}
#commentform div.error,
#commentform label.error {
  color: #ff0000;
  font-size: 11px;
}
#commentform div.errorlabels label {
  display: block;
}

/* at app banner */

.atappdownload {
  border: 1px solid #1a64fe;
  color: #1a64fe;
  font-weight: 700;
  display: inline;
  padding: 4px;
  margin-top: 15px;
  font-size: 12px;
  margin-left: 20px;
  border-radius: 3px;
}

.atapp {
  min-height: 31px;
  border-left: none;
  padding: 15px 10px 10px 130px;
  color: #000;
  line-height: 30px;
  font-size: 16px;
  background: #f6f6f6
    url("https://i0.wp.com/www.appletips.nl/wp-content/uploads/apppromo.png")
    center no-repeat;
  display: block;
  background-size: 87px 44px;
  background-position: 28px 15px;
  margin-bottom: 0px;
}

/* anchor links jump */

:target:before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -80px 0 0; /* negative fixed header height */
}

/* FxiOS */

.modalab {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.85); /* Black w/ opacity */
}

.modalab-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 80%;
}

/* GDPR */

#FormMessageBox {
  margin-bottom: 20px;
}
#FormMessageBox li {
  list-style-type: none;
}

/* postinfo */

#postinfo {
  background-color: #fafafa;
  width: 100%;
  font-size: 14px;
  padding: 15px 10px;
  margin-top: 40px;
  border-radius: 15px;
}

#postinfo .linedesc {
  width: 100px;
}

#postinfo .lineinfo {
  padding-right: 10px;
}

#postinfo .info {
  width: 150px;
  font-size: 16px;
  padding-left: 15px;
  font-weight: 600;
}

#postinfo .lineshare {
  padding-right: 10px;
}

#postinfo .lineshare a:hover {
  border-bottom: 0px;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  #postinfo .leeg {
    display: none;
  }
  #postinfo .info {
    display: none;
  }

  #postinfo .linedesc {
    padding-left: 10px;
    padding-right: 20px;
  }
  
  #postinfo .lineinfo {
    padding: 5px 10px 5px 5px;
  }
  
}

/* shareblok */

.shareblok {
  padding: 7px;
  font-size: 20px;
  width: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 15px;
}

.shareblok:hover {
  opacity: 0.8;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.twitterx {
  background: #333;
  color: white;
  font-size: 20px;
  padding: 7px 7px 7px 7px;
}

.twitterxa {
  background: #333;
  color: white;
  font-size: 20px;
  padding: 5px 15px 6px 15px;
}

.fa-print {
  background: #777;
  color: white;
  cursor: pointer;
}

.fa-envelope {
  background: rgba(88, 88, 91, 0.96);
  color: white;
}

.shareit .fa-ellipsis-h {
  background: #e8e7e7;
  color: #8a1f9d;
  cursor: pointer;
}

.fa-ellipsis-h:hover {
  color: #000;
}

/* DIVERSEN */

.atappdownload {
  border: 1px solid #67bffe;
  color: #67bffe;
}

.atappdownload:hover {
  border: 1px solid #67bffe;
  background-color: #67bffe;
  color: #fff;
}

.atapp {
  min-height: 31px;
  border-left: none;
  padding: 15px 10px 10px 130px;
  color: #000;
  line-height: 30px;
  font-size: 16px;
  background: #f6f6f6
    url("https://i0.wp.com/www.appletips.nl/wp-content/uploads/apppromo.png?ssl=1")
    center no-repeat;
  display: block;
  background-size: 87px 44px;
  background-position: 28px 15px;
  margin-bottom: 0px;
}

.simplefavorite-button {
  font-size: 25px;
  padding: 0px;
  background-color: #fff;
  border: none;
}

.favbl {
  margin-bottom: 15px;
  float: right;
  padding-top: 15px;
  margin-left: 12px;
}

.showcom {
  display: none;
}

img.hdrimg,
img.hdrimg.img-responsive {
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/* lees ook blok */

#leesook {
  background-color: #fafafa;
  padding: 25px 0px 10px 0px;
  margin-bottom: 25px;
  border-radius: 15px;
  margin-top: 50px;
}
#leesook img {
  width: 80px;
  float: left;
  display: block;
  margin-left: 35px;
}

#leesook ul {
  margin-left: 0px;
}

#leesook ul li {
  list-style-type: none;
  margin-left: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

#leesook ul li a {
  border-bottom: none;
}

#leesook ul li a:hover {
  border-bottom: 1px dotted #a14397;
}

#leesook .blok {
  display: block;
  margin-left: 150px;
}
#leesook h2 {
  margin: 0px;
  font-size: 26px;
  height: 50px;
}

#leesook a {
  font-weight: 400;
  line-height: 20px;
}

#leesook p {
  font-size: 14px;
}

#leesook .contlink {
  font-size: 14px;
  padding: 4px 10px 5px 10px;
  border-radius: 3px;
  margin-left: 5px;
  background-color: #412586;
  font-weight: 500;
  color: #fff;
  border-bottom: none;
}

.contlink a {
  border: none;
}

.contlink a:hover {
  border: none;
}

#leesook .contlink:hover {
  opacity: 0.8;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  #leesook .blok {
    margin-left: 10px;
  }

  #leesook img {
    width: 40px;
    margin-left: 10px;
    margin-right: 20px;
  }
  #leesook h2 {
    margin: 0px;
    font-size: 20px;
    margin-top: 10px;
  }

  #leesook ul li {
    line-height: 24px;
  }
}

/* lees ook inline blok */

#leesookinline {
  background-color: #fafafa;
  border-bottom: 10px solid #fafafa;
  border-top: 10px solid #fafafa;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  display: inline-block;
}
#leesookinline img {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  float: left;
  display: block;
  margin-left: 10px;
  margin-top: 5px;
}

#leesookinline p {
  padding: 0px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-left: 70px;
}

#leesookinline h3 {
  margin-left: 70px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
}

#leesookinline h4 {
  margin-left: 70px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
}

.hvier {
  margin-left: 70px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
}


#leesookinline a {
  line-height: 20px;
  border: none;
}

#leesookinline .header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  padding: 3px;
  margin-bottom: 9px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #eee;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  #leesookinline {
    padding-right: 10px;
    padding-left: 10px;
  }

  #leesookinline img {
    float: right;
  }

  #leesookinline p {
    margin-left: 0px;
  }

  #leesookinline h3 {
    margin-left: 0px;
    font-size: 16px;
    line-height: 23px;
  }

  #leesookinline h4 {
    margin-left: 0px;
    font-size: 16px;
    line-height: 23px;
  }
  
  .hvier {
    margin-left: 0px;
    font-size: 16px;
    line-height: 23px;
  }

  #leesookinline p {
    line-height: 20px;
  }
}

/* meer incandy blok */

#icandyook {
  background-color: #fafafa;
  border-bottom: 5px solid #fafafa;
  border-top: 10px solid #fafafa;
  border-radius: 15px;
  padding-top: 10px;
  margin-top: 30px;
  padding-bottom: 10px;
}
#icandyook img {
  background-color: #fafafa;
  margin-bottom: 10px;
  border-radius: 15px;
}

#icandyook h6 {
  margin: 0px;
  font-size: 26px;
  margin-bottom: 20px;
  margin-left: 25px;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  #icandyook h6 {
    margin-left: 10px;
  }

  #icandyook {
    margin-bottom: 40px;
  }
}

/* Push modal */

.pushmodal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.pushmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px 20px 30px 20px;
  border: 1px solid #888;
  width: 32%;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 15px;
}
.pushakkoord {
  background-color: green;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

.nietakkoord {
  background-color: #c60a0a;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.nietakkoord:hover,
.pushakkoord:hover {
  opacity: 0.8;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
.pushmodal-content {
  width: 80%;
  font-size: 12px;
}
}


/* Nieuw frontapge */

.post .listview {
  border-bottom: none;
  display: inline-block;
}

img.listviewimg {
  float: left;
  margin: 10px 10px 0 18px;
  width: 100px;
  height: 100px;
}

.listviewcontainer .listviewinhoud .details {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 13px;
}

.listviewcontainer {
  display: flex
}

.listviewafb {
  width: 135px;
  float: left;
  background-color: #f7f7f7;
  border-radius: 15px;
  border: 1px solid #eee
}

.listviewblock {
  min-height: 160px;
  padding: 0px 10px 0px 0px;
}

.listviewmeta {
  font-size: 13px;
  line-height: 24px;
  float: left;
  text-align: center;
  width: 140px;
  margin-top: 15px;
  margin-bottom: 15px
}

.listviewmeta a {
  font-weight: 300;
}

.listviewinhoud {
  margin-left: 0;
  padding-left: 25px;
  min-height: 210px;
}

.listviewblock h2 {
  padding: 10px 0 0px;
  font-size: 30px;
  line-height: 36px;
  margin-top: 0px;
}

.weergavemenu {
  text-align: right;
  margin-bottom: 20px;
  cursor: pointer;
}

.weergavemenu span {
  font-size: 20px;
}

.listviewcontainer .tooncatlv {
    display: block;
    margin: 0 0 10px
}

.listviewcontainer .tooncatlv:hover {
    filter: contrast(1.5)
}

.listviewcontainer .tooncatlv .tooncatlvtitle,.tooncatlv .tooncatlvtitle {
    border: 1px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    color: #fff
}

.listviewcontainer .tooncatlv .tooncatlvtitle {
    background-color: #555;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0;
    width: 120px;
    text-transform: uppercase;
    display: inline;
    font-weight: 600
}

.tooncatlv .tooncatlvtitle {
    background-color: #3e4042;
    font-size: 13px;
    border-radius: 6px;
    padding: 3px 0 6px;
    margin: 10px 10px 0
}

.tooncat .tooncattitle.badgemacos,.tooncatlv .tooncatlvtitle.badgemacos {
    background-color: #065175
}

.tooncat .tooncattitle.badgeairtag,.tooncatlv .tooncatlvtitle.badgeairtag {
    background-color: #3e4042
}

.tooncat .tooncattitle.badgeapp,.tooncatlv .tooncatlvtitle.badgeapp {
    background-color: #1971a7
}

.tooncat .tooncattitle.badgeios,.tooncatlv .tooncatlvtitle.badgeios {
    background-color: teal
}

.tooncat .tooncattitle.badgeifun,.tooncatlv .tooncatlvtitle.badgeifun {
    background-color: #7d6705
}

.tooncat .tooncattitle.badgebasic,.tooncatlv .tooncatlvtitle.badgebasis {
    background-color: #8b0081
}

.tooncat .tooncattitle.badgegevorderen,.tooncatlv .tooncatlvtitle.badgegevorderden {
    background-color: #002e66
}

.tooncat .tooncattitle.badgedeals,.tooncatlv .tooncatlvtitle.badgedeals {
    background-color: #0b7636
}

.tooncat .tooncattitle.badgereview,.tooncatlv .tooncatlvtitle.badgereview {
    background-color: #006095
}

.tooncat .tooncattitle.badgefritzbox,.tooncatlv .tooncatlvtitle.badgefritzbox {
    background-color: #006ec0
}

.tooncat .tooncattitle.badgesetapp,.tooncatlv .tooncatlvtitle.badgesetapp {
    background-color: #3a3844
}

.tooncat .tooncattitle.badgeexpert,.tooncatlv .tooncatlvtitle.badgeexpert {
    background-color: #cc0605
}

.tooncat .tooncattitle.badgeatv,.tooncatlv .tooncatlvtitle.badgeatv {
    background-color: #8c2e8c
}

.tooncat .tooncattitle.badgenetflix,.tooncatlv .tooncatlvtitle.badgenetflix {
    background-color: #e10606
}

.tooncat .tooncattitle.badgehomekit,.tooncatlv .tooncatlvtitle.badgehomekit {
    background-color: #a96500
}

.tooncat .tooncattitle.badgeuitleg,.tooncatlv .tooncatlvtitle.badgeuitleg {
    background-color: #c40e68
}

.tooncat .tooncattitle.badgehandleiding,.tooncatlv .tooncatlvtitle.badgehandleiding {
    background-color: #795498
}

.tooncat .tooncattitle.badgeairpods,.tooncatlv .tooncatlvtitle.badgeairpods {
    background-color: #1d5498
}

.tooncat .tooncattitle.badgeholiday,.tooncatlv .tooncatlvtitle.badgeholiday {
    background-color: #c14d40
}

.tooncat .tooncattitle.badgewatchos6,.tooncatlv .tooncatlvtitle.badgewatchos6 {
    background-color: #6fbea1
}

.tooncatlv .tooncatlvtitle.badgewatchos8 {
    background-color: #1c8d83
}

.tooncatlv .tooncatlvtitle.badgewatchos9 {
    background-color: #d80c53
}

.tooncat .tooncattitle.badgehomepod,.tooncatlv .tooncatlvtitle.badgehomepod {
    background-color: #373737
}

.tooncat .tooncattitle.badgegeruchten,.tooncatlv .tooncatlvtitle.badgegeruchten {
    background-color: #5d8017
}

.tooncat .tooncattitle.badgecarplay,.tooncatlv .tooncatlvtitle.badgecarplay {
    background-color: #168010
}

.tooncat .tooncattitle.badgeios11,.tooncatlv .tooncatlvtitle.badgeios11 {
    background-color: #36b1a9
}

.tooncat .tooncattitle.badgeios12,.tooncatlv .tooncatlvtitle.badgeios12 {
    background-color: #28747d
}

.tooncat .tooncattitle.badgeios13,.tooncatlv .tooncatlvtitle.badgeios13 {
    background-color: #ec6301
}

.tooncat .tooncattitle.badgeipados,.tooncatlv .tooncatlvtitle.badgeipados {
    background-color: maroon
}

.tooncat .tooncattitle.badgesierra,.tooncatlv .tooncatlvtitle.badgehighsierra {
    background-color: #f99209
}

.tooncat .tooncattitle.badgemojave,.tooncatlv .tooncatlvtitle.badgemojave {
    background-color: #5667b1
}

.tooncat .tooncattitle.badgecatalina,.tooncatlv .tooncatlvtitle.badgecatalina {
    background-color: #464664
}

.tooncat .tooncattitle.badgebeta,.tooncatlv .tooncatlvtitle.badgebeta {
    background-color: #d3121f
}

.tooncat .tooncattitle.badgemusic,.tooncatlv .tooncatlvtitle.badgemusic {
    background-color: #d63753
}

.tooncat .tooncattitle.badgetvos,.tooncatlv .tooncatlvtitle.badgetvos {
    background-color: #7917c6
}

.tooncat .tooncattitle.badgeipdertien,.tooncatlv .tooncatlvtitle.badgeipdertien {
    background-color: #487aa0
}

.tooncat .tooncattitle.badgeipvijftienpro,.tooncatlv .tooncatlvtitle.badgeipvijftienpro {
    background-color: #e78442
}

.tooncat .tooncattitle.badgeipvijftien,.tooncatlv .tooncatlvtitle.badgeipvijftien {
    background-color: #bbadcf
}

.tooncat .tooncattitle.badgeipveertien,.tooncatlv .tooncatlvtitle.badgeipveertien {
    background-color: #72657b
}

.tooncat .tooncattitle.badgewatch,.tooncatlv .tooncatlvtitle.badgewatch {
    background-color: #6f4ebc
}

.tooncat .tooncattitle.badgewatchultra,.tooncatlv .tooncatlvtitle.badgewatchultra {
    background-color: #c15701
}

.tooncat .tooncattitle.badgenieuws,.tooncatlv .tooncatlvtitle.badgenieuws {
    background-color: #1b74de
}

.tooncat .tooncattitle.badgeipelf,.tooncatlv .tooncatlvtitle.badgeipelf {
    background-color: #444e2f
}

.tooncat .tooncattitle.badgeipair,.tooncatlv .tooncatlvtitle.badgeipair {
    background-color: #8aa1b2
}

.tooncat .tooncattitle.badgeiptwaalf,.tooncatlv .tooncatlvtitle.badgeiptwaalf {
    background-color: #425b68
}

.tooncat .tooncattitle.badgesocmedia,.tooncatlv .tooncatlvtitle.badgesocmedia {
    background-color: #0f2076
}

.tooncat .tooncattitle.badgeappdiensten,.tooncatlv .tooncatlvtitle.badgeappdiensten {
    background-color: #566e66
}

.tooncat .tooncattitle.badgeat2020,.tooncatlv .tooncatlvtitle.badgeat2020 {
    background: #8c31ad
}

.tooncat .tooncattitle.applearcade,.tooncatlv .tooncatlvtitle.applearcade {
    background: #cc4831
}

.tooncat .tooncattitle.badgevisionpro,.tooncatlv .tooncatlvtitle.badgevisionpro {
    background: #07567b
}

.tooncat .tooncattitle.atvplus,.tooncatlv .tooncatlvtitle.atvplus {
    background: #000
}

.tooncat .tooncattitle.badgeios17,.tooncatlv .tooncatlvtitle.badgeios17 {
    background-color: #e4250b
}

.tooncat .tooncattitle.badgeios18,.tooncatlv .tooncatlvtitle.badgeios18 {
    background-color: #9f5481
}

.tooncat .tooncattitle.badgeios15,.tooncatlv .tooncatlvtitle.badgeios15 {
    background-color: #165c9f
}

.tooncat .tooncattitle.badgeios16,.tooncatlv .tooncatlvtitle.badgeios16 {
    background-color: #137566
}

.tooncat .tooncattitle.badgesonoma,.tooncatlv .tooncatlvtitle.badgesonoma {
    background-color: #6762f0
}

.tooncat .tooncattitle.badgesequoia,.tooncatlv .tooncatlvtitle.badgesequoia {
    background-color: #245497
}

.tooncat .tooncattitle.badgemonterey,.tooncatlv .tooncatlvtitle.badgemonterey {
    background-color: #96319f
}

.tooncat .tooncattitle.badgeventura,.tooncatlv .tooncatlvtitle.badgeventura {
    background-color: #b03e06
}

.tooncat .tooncattitle.badgewatchos10,.tooncatlv .tooncatlvtitle.badgewatchos10 {
    background-color: #e4136a
}

.tooncat .tooncattitle.badgewatchos11,.tooncatlv .tooncatlvtitle.badgewatchos11 {
    background-color: #336363
}

.tooncat .tooncattitle.badgewatchos8 {
    background-color: #1c8d83
}

.tooncat .tooncattitle.badgewatchos9,.tooncatlv .tooncatlvtitle.badgewatchos7 {
    background-color: #d80c53
}

.tooncat .tooncattitle.badgeipados17,.tooncatlv .tooncatlvtitle.badgeipados17 {
    background-color: #616da5
}

.tooncat .tooncattitle.badgeipados18,.tooncatlv .tooncatlvtitle.badgeipados18 {
    background-color: #633374
}

.tooncat .tooncattitle.badgeipados26,.tooncatlv .tooncatlvtitle.badgeipados26 {
    background-color: #9e8560
}
.tooncat .tooncattitle.badgewatchos26,.tooncatlv .tooncatlvtitle.badgewatchos26 {
    background-color: #bba57b
}
.tooncat .tooncattitle.badgetahoe,.tooncatlv .tooncatlvtitle.badgetahoe {
    background-color: #3c3d5a
}
.tooncat .tooncattitle.badgeios26,.tooncatlv .tooncatlvtitle.badgeios26 {
    background-color: #9e8560
}
.tooncat .tooncattitle.badgetvos26,.tooncatlv .tooncatlvtitle.badgetvos26 {
    background-color: #534d5e
}
.tooncat .tooncattitle.badgevision26,.tooncatlv .tooncatlvtitle.badgevision26 {
    background-color: #4d66e2
}


.tooncat .tooncattitle.badgeipados16,.tooncatlv .tooncatlvtitle.badgeipados16 {
    background-color: #0c6ad4;
    text-transform: none
}

/***** ZIJBLAK ****/

#aanbevolen #containera {
  width: 300px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#aanbevolen #containera img {
  width: 300px;
  height: 118px;
  border-radius: 15px;
}

#aanbevolen #texta {
  width: 289px;
  border-radius: 0px;
  font-size: 12px;
  top: 86px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

/*** TOPICS ***/

.wppp_list img {
  /* border: 1px solid red; */
  float: left;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  margin-top: 2px;
  margin-left: 2px;
}

#sidebar #populair li {
  min-height: 50px;
}
#sidebar #populair li a:hover {
  border-bottom: none;
}
#sidebar #populair li:hover {
  background-color: #f6f6f6;
}

img.hdrimg.img-responsive {
  margin-bottom: 20px;
  width: 100%;
}

/* Lees verder */

.leesverder {
  display: inline-block;
  background-color: #eee;
  font-size: 12px;
  padding: 2px 10px 3px 10px;
  border-radius: 3px;
  line-height: 19px;
}

.leesverder:hover {
  background-color: #ddd;
}

.leesverder a,
.leesverder a:hover {
  border-bottom: none;
}


/* Aanbiedingen */

.aanbieding {
  color: #000;
  vertical-align: top;
  width: 100%;
  background-color: #f1f1f1;
  margin-top: 20px;
}

.aanbieding img {
  width: 80px;
  margin: 5px 10px 10px 10px;
}
.aanbieding .aanbiedingafb {
  width: 90px;
  padding-top: 5px;
  vertical-align: top;
  padding-right: 10px;
}

.aanbieding .aanbiedingtxt {
  padding: 10px;
}

.aanbieding .aanbiedingtext {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.aanbieding .aanbiedingprijs {
  font-size: 14px;
}

.aanbieding tr {
  background-color: #f1f1f1;
}

.aanbieding tr:nth-child(even) {
  background-color: #e6e6e6;
}

.aanbieding .aanbiedingom {
  color: #999;
}

@media (prefers-color-scheme: dark) {
  .aanbieding tr {
    background-color: #2b2b2b;
  }

  .aanbieding tr:nth-child(even) {
    background-color: #383535;
  }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  .aanbieding .aanbiedingtext,
  .aanbieding .aanbiedingom {
    font-size: 14px;
    line-height: 20px;
  }

  .aanbieding .aanbiedingom {
    color: #999;
  }

  .aanbieding .aanbiedingprijs {
    font-size: 12px;
  }
}

/* Overrides for Dark Mode. */

@media (prefers-color-scheme: dark) {
  .leesverder a,
  .leesverder a:hover,
  #leesookinline .header {
    color: #fff;
  }

  .leesverder {
    background-color: #444;
  }

  ul.tabs li {
    background: #000;
    color: #fdfefd;
  }

  #wp_page_numbers {
    background: #13202c;
  }

  .linkcapsule,
  .linkcapsule a {
    color: #fdfefd;
    background-color: #1e2023;
  }

  .extrablock {
    background-color: #2d2d2d;
  }

  /* #twrapper {
background:#2d2d2d;
border:1px solid #2d2d2d;
color:#fdfefd;
} */



  #leesook {
    border-radius: 15px;
    background-color: #2d2d2d;
    color: #fff;
  }

  ul.commentlist li {
    border-bottom: none;
  }

  #leesook img {
    background: none;
  }

  .atapp {
    background: #777
      url(https://i0.wp.com/www.appletips.nl/wp-content/uploads/apppromo.png)
      center no-repeat;
    background-size: 87px 44px;
    background-position: 28px 15px;
  }

  /*
img,iframe,body,footer {
-webkit-filter:brightness(95%);
} */

  #icandyook {
    background-color: #2d2d2d;
    border-bottom: 5px solid #2d2d2d;
    border-top: 10px solid #2d2d2d;
  }

  .videos .video {
    border: 1px solid #2d2d2d;
    background-color: #2d2d2d;
    border-radius: 15px;
  }

  body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
  body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
  body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
  body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"],
  body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"],
  body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"],
  body .gform_wrapper .gform_body .gform_fields .gfield select,
  body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background-color: #aaa;
  }

  .notificationboxw {
    border: 1px solid #ccc;
    background-color: #ccc;
  }

  .siriicon {
    border: 1px solid #fff;
  }

  .siriinline:before {
     border: 1px solid #fff;
  }

  .joinhere a {
    color: #94DAEE;
  }

  #sidebar #populair li:hover,
  #sidebar ul li:hover {
    background-color: #2b2b2b;
  }

  .indexknop {
    color: #fff;
    border: 1px solid #fff;
  }

  body,
  #content,
  .tooncat .tooncattitle,
  .instavideo,
  .pushmodal-content,
  .pushindicatortxt,
  .pushindicatortxt:hover,
  .simplefavorite-button,
  .ph_block1 {
    background-color: #1e2023;
  }

  .post h1 a,
  .post h1 a:hover,
  h1,
  #ais-wrapper {
    color: #fff;
  }

  p,
  table,
  a,
  strong,
  small,
  ul.commentlist li small,
  h2,
  h3,
  h6,
  p a,
  #sidebar ul li,
  #sidebar ul li a,
  #sidebar h2,
  a.pretty-link-keyword,
  .details a,
  .ttext,
  #leesook h6,
  .gform_wrapper form,
  .videos .video h2.title,
  .videos .video p.description,
  .post ol,
  .post ul,
  .post li,
  body,
  #tmacos p,
  #tios p,
  #twatch p,
  #ttvos p,
  #tphx p,
  #ttoday p {
    color: #fdfefd;
  }

  #tmacos,
  #tios,
  #twatch,
  #ttvos,
  #tphx,
  #ttoday,
  #linkindex li,
  .uitgelicht,
  .iconsinfo,
  .repvideo td,
  .repvideo th,
  .tab-content,
  #notificationsw,
  code,
  .commentlist .bypostauthor {
    background-color: #2d2d2d;
  }

  .darkmodeafb,
  .discreview {
    background-color: #555;
  }

  ul.tabs li.current,
  .submit-comment,
  .submit-regular,
  #leesookinline img {
    background: #2d2d2d;
    color: #fdfefd;
  }

  #leesookinline,
  #postinfo {
    background-color: #2d2d2d;
    border-bottom: 10px solid #2d2d2d;
    border-top: 10px solid #2d2d2d;
  }

  #leesookinline .header,
  .wrap {
    border: none;
  }

  .notice,
  .carplayinfo,
  .beta,
  .alert,
  .formok,
  .watchinfo,
  .tvosinfo,
  .noticeappstore,
  .noticeappstoreheader,
  .iconios9,
  .aticon,
  .ifttt,
  .noticemacappstore,
  .aticon,
  .atholiday,
  .kleinetips,
  .kleine8,
  .kleineyose,
  .osx1011x,
  .tvos10,
  .wos3,
  .ios10,
  .ios11,
  .sierra,
  .appstore,
  .tooltje,
  .developer,
  .formol,
  .catdes,
  .catdes a,
  pre {
    background-color: #2b2b2b;
    color: #fff;
  }

  #linkindex li:hover {
    background-color: #666;
  }

  .details .date,
  .details .user,
  .details .cats,
  .details .comments,
  .details .edit,
  .details .share,
  .details a {
    color: #999;
  }

  .subtitle,
  .subtitlep {
    color: #999;
  }

.listviewafb {
    background-color: #444;
    border: 1px solid #444;
  }

.intextsvg {
    fill: #fff;
  }

  .plusmin {
    background-color: #2d2d2d;
  }

} /* END DARKMODE */

.imgmob {
  width: 80px;
  height: 80px;
}


/* review summery */

.plusmin {
  border-radius: 15px;
  background-color: #fafafa;
  margin-bottom: 25px;
  padding: 20px;
  margin-top: 40px;
}

.plusmin ul {
  list-style-type: none;
  margin-left: 5px;
  margin-top: 40px;
}

.atv ul {
  margin-top: 20px;
  margin-bottom: 40px;
}

.plusmin ul .fa-plus-circle {
  color: #27c93f;
  margin-right: 8px;
}

.plusmin ul .fa-minus-circle {
  color: #ff5f58;
  margin-right: 8px;
}

.plusmin .stars {
  font-size: 26px;
  color: #ffbd2d;
}

@media (prefers-color-scheme: dark) {
  .plusmin {
    background-color: #333;
  }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  .plusmin ul {
    margin: 0px 20px 20px 0px;
    font-weight: 400;
    font-size: 16px;
  }

  .plusmin ul li,
  ol li {
    margin: 0 0 10px 0px;
  }

  .plusmin {
    padding: 10px;
  }
}




/* BIG titel */

.bigtitel {
  position: relative;
}

.bigtitel img {
  width: 100%;
}

.bigtitel p {
  display: none;
}

.bigtitel .floater {
  float: left;
  position: absolute;
  font-size: 24px;
  right: 25px;
  top: 20px;
  padding: 5px;
  color: #ffbd2d;
}

.bigtitelbelow {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  width: 100%;
}

.bigtitelbelow h1 {
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding: 0px;
  color: #fff;
}

.hone {
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 10px;
  padding: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  margin-left: 15px;
  font-weight: 600;
}

.bigtitelbelow span {
  color: #fff;
  margin: 15px;
}

.bigtitelsubtitle {
  font-size: 15px;
  line-height: 20px;
  background-color: #000;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.zerobigtitelsubtitle {
  margin-bottom: 0px;
}

.bigtitelbelow .tooncatlv .tooncatlvtitle {
  margin: 0px 25px;
  padding: 5px 15px;
  display: inline-block;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  .bigtitelbelow h1 {
    font-size: 22px;
    line-height: 24px;
    margin-left: 15px;
  }

  .bigtitel .floater {
    font-size: 20px;
    right: 10px;
  }

  .bigtitelsubtitle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bigtitelbelow .tooncatlv .tooncatlvtitle {
    margin: 0px 15px;
    padding: 5px 15px;
  }
}


/* MENU */

#menutrigger {
  height: 1px;
}

#stickymenu {
  z-index: 99992;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}

.menunavcont {
  height: 51px;
}

#myTopnav {
  padding: 0px;
}

.topnavsticky {
  position: fixed;
  top: 0;
  left: 0;
  /*z-index: 99999999;*/
  z-index: 99992;
}

body.admin-bar #stickymenu {
  top: 32px;
}

.topnavsticky + .content {
  padding-top: 60px;
}

.topcon {
  width: 100%;
  margin: 0 auto;
}

.topnav {
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  width: 100%;
  border-radius: 15px;
}

.topnav .topnavsticky {
  background-color: green;
}

.top {
  margin: 0 auto;
}

.topnav::after {
  clear: both;
  content: "";
  display: block;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 18px 16px;
  text-decoration: none;
  font-size: 15px;
}

.topnavbarsearch {
  float: right;
  display: block;
  color: #f2f2f2;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 15px;
  background-color: rgba(138, 132, 132, 0.1);
  border-top-right-radius: 15px;
  height: 31px;
}

.topnavbarsearch-submit {
  color: #fff;
  background-color: transparent;
  font-size: 15px;
  border: none;
}

.topnavbarsearch-input::placeholder {
  font-size: 13px;
  color: #f1f1f1;
}

.topnavbarsearch-input:focus {
  color: #fff;
}

.topnavbarsearch-input {
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  border: none;
  outline: none;
}

.fontawesome {
  font-family: "Font Awesome 5 Free", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.topnavactive {
  background-color: #000;
  color: white;
}

.drpdown .topnavactive {
  background-color: #000;
  border-radius: 10px;
}

.topnav .icontopnav {
  display: none;
}

.drpdown {
  float: left;
  overflow: hidden;
}

.drpdown .topnavdropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color: white;
  padding: 16px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
}

.drpdown-content {
  display: none;
  position: absolute;
  background-color: #565656;
  min-width: 160px;
  z-index: 9999;
  padding: 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.drpdown-content a {
  float: none;
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover,
.drpdown:hover .topnavdropbtn,
.drpdownmg:hover {
  background-color: #000;
  color: white;
  border-bottom: 0px;
}

.drpdown-content a:hover {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.drpdown:hover .drpdown-content {
  display: block;
}

.topnavmega {
  display: none;
  position: absolute;
  background-color: transparent;
  width: 100%;
  left: 0;
  box-shadow: none;
  z-index: 9999;
  padding: 0px;
  font-size: 15px;
}

.drpdownmg:hover .drpdownmg-content {
  display: block;
}

.columnnav {
  float: left;
  width: 190px;
  background-color: #565656;
  height: 315px;
  padding-top: 10px;
  font-size: 15px;
}

.columnnavfirst,
.columnnavsmall {
  border-bottom-left-radius: 15px;
  float: left;
  width: 190px;
  background-color: #565656;
  height: 325px;
  padding-top: 10px;
  font-size: 15px;
}

.columnnavsmall {
  border-bottom-left-radius: 0px;
}

.columnnavbig {
  width: 530px;
  border-bottom-right-radius: 15px;
  float: left;
  background-color: #565656;
  height: 325px;
  padding-top: 10px;
  font-size: 15px;
}

.columnnav a,
.columnnavbig a,
.columnnavfirst a,
.columnnavsmall a {
  float: none;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
}

.columnnav a:hover {
  background-color: #ddd;
}

.topnavrow {
  width: 1100px;
  margin: 0 auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media only screen and (min-device-width: 1400px) {
  .topnavrow {
    margin: 0 50px;
  }
}

.topnavrow:after {
  content: "";
  display: table;
  clear: both;
}

.topnavthome {
  border-top-left-radius: 15px;
}

.topnav input {
  border-radius: 0;
  font-size: 15px;
  width: 200px;
  margin: 7px;
  height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

.topnav input[type="search"] {
  -webkit-appearance: none;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
  #stickymenu {
    position: relative;
  }

  body.admin-bar #stickymenu {
    top: 0px;
  }

  #menutrigger {
    display: none;
    height: 0px;
  }

  .topnavbarsearch {
    font-size: 16px;
  }

  .topnav input {
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: landscape) {
  .columnnavbig {
    width: 510px;
  }

  .topnavrow {
    width: 1050px;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child),
  .drpdown .topnavdropbtn,
  .drpdownmg {
    display: none;
  }

  .topnav a.icontopnav {
    float: left;
    display: block;
    font-size: 15px;
  }

  .topnav {
    border-radius: 0px;
    background-color: #000;
  }

  .topnav a:first-child {
    border-radius: 0px;
    display: none;
  }

  .drpdown-content {
    border-radius: 0px;
  }

  .topnav,
  .topcon {
    width: 100%;
  }

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icontopnav {
    position: absolute;
    left: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .drpdown {
    float: none;
  }

  .topnav.responsive .drpdown-content {
    position: relative;
  }

  .topnav.responsive .drpdown .topnavdropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .columnnavsmall,
  .columnnavfirst {
    border-radius: 0px;
  }

  .columnnav {
    width: 100%;
    height: auto;
    font-size: 15px;
  }

  .drpdown-content a:hover {
    border-radius: 0px;
  }

  .columnnavfirst,
  .columnnavsmall {
    width: 100%;
    border-bottom: 2px solid #000;
  }

  .topnavrow {
    height: auto;
  }

  .topnavrowhide {
    display: none;
  }

  /*
  .topnav.responsive .topnavbarsearch {
    display: none;
    
  }
*/
  .topnavbarsearch {
    float: right;
    padding: 8px 0px 12px 16px;
    background-color: #222;
    border-radius: 0px;
  }

  .topnavbarsearch-input {
    font-size: 16px;
  }
}

/** ipad menu **/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .columnnavbig {
    width: 475px;
  }

  .topnavrow {
    width: 1050px;
  }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 800px) and (max-device-height: 600px) and (min-device-height: 600px) {
  #posts {
    margin-left: 10px;
  }
  #sidebar {
    margin-right: 0px;
  }
}


.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wp-block-image {
  margin-top: 60px;
  margin-bottom: 60px;
}

.wp-block-image a {
  display: inline-block;
}

figcaption {
  font-size: 11px;
  margin: 20px 5px 5px 5px;
}

.wp-block-video {
  margin: 60px 0;
}

video {
  width: 100%;
  height: auto;
}


.jetpack-instant-search__search-results-primary {
min-height: 80vh;
}

.jetpack-instant-search__search-result-expanded__content {
    line-height: 1.6em;
}

.jetpack-instant-search__path-breadcrumb-piece {
  display: none;
}

.jetpack-instant-search__search-result-expanded__footer {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.jetpack-instant-search__search-results-controls {
 background-image: radial-gradient(
  circle 1500px at top,
  #c347b0 25.21%,
  rgb(137, 50, 142) 37.82%,
  rgb(77, 28, 110) 45.8%,
  #1c0853 52.1%,
  #04111a 89.5%
);
}


.jetpack-instant-search__search-results-content {
    background: #fff !important;
}

.jetpack-instant-search__box-gridicon svg {
fill: #fff !important;
}

.jetpack-instant-search__box-gridicon:active svg, .jetpack-instant-search__box-gridicon:focus svg {
fill: #646970;
}

button.jetpack-instant-search__overlay-close svg.gridicon, button.jetpack-instant-search__overlay-close:hover svg.gridicon {
fill: #fff !important;
}

.jetpack-instant-search__box input[type="button"], .jetpack-instant-search__box input[type="button"]:focus, .jetpack-instant-search__box input[type="button"]:hover {
    color: #fff !important;
}

button.jetpack-instant-search__overlay-close {
border-bottom: 1px transparant !important;
}


.jetpack-instant-search__box {
border-right: 1px solid transparent !important;
}

.jetpack-instant-search__search-result-title-link {
font-weight: 600;
}

input.jetpack-instant-search__box-input.search-field {
  background-color: #1c1b4a !important;
  color: #fff !important;
}


.jetpack-instant-search__box input[type=search].jetpack-instant-search__box-input {
  height: 40px !important;
  border-radius: 5px;
}

.jetpack-instant-search .widget a:focus, .jetpack-instant-search .widget a:hover, .jetpack-instant-search .widget.widget_archive ul li a:focus, .jetpack-instant-search .widget.widget_archive ul li a:hover, .jetpack-instant-search a:focus, .jetpack-instant-search a:hover {
color: #000 !important;
}

.jetpack-instant-search__search-result-title .jetpack-instant-search__search-result-title-link:focus, .jetpack-instant-search__search-result-title .jetpack-instant-search__search-result-title-link:hover {
    text-decoration: none !important;
}

.jetpack-instant-search__search-result-expanded__content-container {
  flex-direction: row-reverse !important;
}

.jetpack-instant-search__search-result-expanded__image-link {
margin-right: 3em !important;
}

.jetpack-instant-search__search-result-expanded__image-container {
  width: 100px !important;
}

.jetpack-instant-search__search-results {
background: #000;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {

.jetpack-instant-search__search-result-expanded__image-link {
  display: none;
}
.jetpack-instant-search__search-result-expanded__image {
  display: none;
}

.jetpack-instant-search__search-results-controls {
 background-image: radial-gradient(
  circle 400px at top,
  #c347b0 25.21%,
  rgb(137, 50, 142) 37.82%,
  rgb(77, 28, 110) 45.8%,
  #1c0853 52.1%,
  #04111a 89.5%
);
}

}

@media (min-width: 992px) {
    .jetpack-instant-search__search-results-wrapper {
        max-width: 90% !important;
    }
}

@media (prefers-color-scheme: dark) {
  
  .jetpack-instant-search__search-results, .jetpack-instant-search__search-results-content {
  background-color: black !important;
  }
  
  .jetpack-instant-search__search-results-secondary {
  border-left: 1px solid black !important;
  background-color: #444 !important;
  }

  .jetpack-instant-search__box {
  border-bottom: 1px solid black !important;
  border-right: 1px solid black !important; 
  }
  
  .jetpack-instant-search__search-form-controls .jetpack-instant-search__search-sort button.jetpack-instant-search__search-sort-option.is-selected {
  color: rgb(199, 47, 199) !important;
  }
  
  .jetpack-instant-search__search-form-controls .jetpack-instant-search__search-sort button.jetpack-instant-search__search-sort-option {
  color: #fff !important;
  }
  
  .jetpack-instant-search__search-result-expanded__content {
  color: white !important;
  }
  
  .jetpack-instant-search__search-filter-sub-heading {
    color: white !important;
  }
  
  .jetpack-instant-search__search-results-filter-button:focus, .jetpack-instant-search__search-results-filter-button:hover {
  color: white !important;
  }
  
  .jetpack-instant-search .widget a:focus, .jetpack-instant-search .widget a:hover, .jetpack-instant-search .widget.widget_archive ul li a:focus, .jetpack-instant-search .widget.widget_archive ul li a:hover, .jetpack-instant-search a:focus, .jetpack-instant-search a:hover {
  color: white !important;
  }
  
  .jetpack-instant-search .widget a, .jetpack-instant-search .widget.widget_archive ul li a, .jetpack-instant-search a, .jetpack-instant-search__search-results-title, .jetpack-instant-search__search-results-unused-query, .jetpack-instant-search__search-filters-title, .jetpack-instant-search__search-filter-list {
  color: white !important;
  }
  
  button.jetpack-instant-search__overlay-close {
    border-block: 1px solid black !important;
  }
  
  .jetpack-instant-search__search-result-comments {
  color: #aaa !important;
  }
  
}

.google-revocation-link-placeholder {
  display: none !important;
}

  #teaserblok {
  display: none;
}
@media only screen and (max-width: 480px) and (min-width: 300px) {
  #teaserblok {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px
  }
}

.lwptoc_itemWrap li a, .lwptoc_itemWrap li a:hover {
  border-bottom: 0px;
}

  @media only screen and (min-device-width:1400px) {
  #posts[data-viewer=fullwidth] {
    width: 830px;
    margin: 20px 80px 10px 70px
  }
}

@media only screen and (max-width:1099px) and (min-width:450px) {
  #posts[data-viewer=fullwidth] {
    margin: 20px 0 10px;
    float: unset;
    width: 100%
  }
}

/* Specifiek voor iPad Pro 12inch */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (max-device-height: 1366px) and (min-device-height: 1366px) and (orientation: landscape) {
  #posts {
    margin-left: 80px;
  }
  #sidebar {
    margin-left: 10px;
  }
  #content {
    border-radius: 0px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (max-device-height: 1366px) and (min-device-height: 1366px) and (orientation: portrait) {
  #sidebar {
    margin: 20px 5px 20px 50px;
  }
  
}

.mypushmodal {
  display: none;
}

#toc {
  padding: 14px 18px 20px;
  text-align: left;
  background-color: #fafafa;
  border-radius: 10px;
  margin: 40px 0
}

#toc .toctitle {
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 10px;
  font-weight: 500
}

#toc .toc-list {
  line-height: 28px;
  margin-left: 0;
  font-size: 16px;
}

#toc .toc-list ul {
  list-style: none;
  margin-bottom: 0px;
  margin-left: 5px
}

#toc .toc-list li  {
  margin-left: 0px;
  margin-bottom: 0px;
}

#toc .toc-list {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 10px;
}

#toc .toc-list ul li {
  font-size: 16px;
  list-style-type: circle;
  margin-bottom: 0px;
  margin-left: 15px;
}

#toc .toc-list li a {
  border-bottom: none;
}

#toc .toc-list li a:hover {
  border-bottom: 1px dotted #000;
}


@media (prefers-color-scheme: dark) {
  #toc {
  background-color: #444;
  }
}


#verkoop {
    background-image: -webkit-linear-gradient(-55deg,#140e4b 0,#bf42b5 90%);
    border-radius: 5px;
    width: 300px;
    height: 250px;
    text-align: left;
}

#verkoop.resp {
  width: 100%;
}

#verkoop.verkooplang {
    width: 720px;
    height: 130px
}

#verkoop.verkoopresp {
    width: 100%;
    height: 140px
}

#verkoop:hover {
    background-image: -webkit-linear-gradient(-55deg,#bf42b5 0,#140e4b 90%);
    cursor: pointer
}

.verkoopheading {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 15px 10px 5px
}

.verkoopresp .verkoopheading {
    margin: 10px 10px 5px;
    width: 280px
}

.verkoopafbcontainer {
    display: block;
    width: 100%;
    height: 100px;
    padding-top: 5px
}

.verkooplang .verkoopafbcontainer {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    float: right;
    margin-top: 0
}

.verkooplang .verkooptekst {
    display: inline-block;
    margin: 7px 0 10px;
    width: 490px
}

.verkoopresp .verkooptekst {
    display: inline-block;
    margin: 0 0 5px;
    width: 290px
}

.verkoopafb {
    width: 190px;
    height: auto;
    float: right
}

.verkooplang .verkoopafb {
    width: 160px;
    height: auto
}

.verkoopresp .verkoopafb {
    width: 100px;
    height: auto
}

.verkoopatlogo {
    padding: 10px 0 0 10px;
    content: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='4.6402 3.259 488.1821 85.208' xmlns='http://www.w3.org/2000/svg' width='80' fill='%23fff' %3E%3Cg transform='matrix(1, 0, 0, 1, -33.85377883911133, -176.39599609375)'%3E%3Cpath d='M80.819,207.282H66.068c-3.964,0-7.285,1.387-9.963,4.16c-2.68,2.772-4.018,6.231-4.018,10.372&%2310;&%239;&%239;c0,4.067,1.355,7.506,4.07,10.316c2.713,2.812,6.012,4.215,9.899,4.215h9.569v13.593h-9.476c-7.86,0-14.433-2.693-19.722-8.083&%2310;&%239;&%239;c-5.289-5.387-7.933-12.067-7.933-20.041c0-7.898,2.683-14.615,8.052-20.15c5.366-5.536,11.874-8.306,19.52-8.306h28.234v56.58&%2310;&%239;&%239;H80.819V207.282z'/%3E%3Cpath d='M106.567,193.358h27.958c8.103,0,14.899,2.751,20.389,8.25c5.487,5.5,8.232,12.235,8.232,20.206&%2310;&%239;&%239;c0,7.899-2.745,14.561-8.232,19.986c-5.489,5.425-12.211,8.138-20.168,8.138h-9.062v-13.593h9.062&%2310;&%239;&%239;c4.199,0,7.698-1.403,10.499-4.215c2.799-2.81,4.199-6.249,4.199-10.316c0-3.992-1.419-7.377-4.255-10.149&%2310;&%239;&%239;c-2.837-2.773-6.392-4.345-10.664-4.714H120.49v57.021l-13.924-0.11V193.358z'/%3E%3Cpath d='M175.081,193.358h27.958c8.103,0,14.899,2.751,20.389,8.25c5.487,5.5,8.232,12.235,8.232,20.206&%2310;&%239;&%239;c0,7.899-2.745,14.561-8.232,19.986c-5.489,5.425-12.211,8.138-20.168,8.138h-9.062v-13.593h9.062&%2310;&%239;&%239;c4.199,0,7.698-1.403,10.499-4.215c2.799-2.81,4.199-6.249,4.199-10.316c0-3.992-1.419-7.377-4.255-10.149&%2310;&%239;&%239;c-2.837-2.773-6.392-4.345-10.664-4.714h-14.035v57.021l-13.924-0.11V193.358z'/%3E%3Cpath d='M243.705,179.655h13.703v70.283h-13.813L243.705,179.655z'/%3E%3Cpath d='M295.201,249.938c-7.884,0-14.496-2.713-19.836-8.138c-5.342-5.426-8.012-12.087-8.012-19.986&%2310;&%239;&%239;c0-7.898,2.688-14.577,8.067-20.04c5.377-5.463,11.971-8.195,19.781-8.195l28.18-0.221v13.924l-14.034,23.648l-13.74-0.021&%2310;&%239;&%239;l13.855-23.559l-14.314-0.069c-3.996,0-7.342,1.376-10.042,4.129c-2.701,2.752-4.049,6.183-4.049,10.293&%2310;&%239;&%239;c0,4.036,1.362,7.45,4.089,10.238c2.725,2.789,6.04,4.183,9.946,4.183h28.4l-0.11,13.813H295.201z'/%3E%3Cpath d='M 347.879 194.581 L 371.417 194.581 L 371.417 208.283 L 347.658 208.283 L 347.658 227.253 C 347.658 230.064 348.549 232.43 350.335 234.353 C 352.12 236.277 354.351 237.237 357.029 237.237 L 371.306 237.237 L 371.306 250.83 L 357.161 250.83 C 350.677 250.83 345.207 248.524 340.751 243.913 C 336.292 239.301 334.064 233.674 334.064 227.033 L 334.064 180.105 L 347.657 180.105 L 347.879 194.581 Z'/%3E%3Cpath d='M 382.799 180.546 L 396.501 180.546 L 396.28 193.918 L 382.687 193.918 L 382.799 180.546 Z M 382.799 199.332 L 396.501 199.332 L 396.501 250.829 L 382.688 250.829 L 382.799 199.332 Z'/%3E%3Cpath d='M 406.446 194.249 L 434.405 194.249 C 442.509 194.249 449.304 197 454.794 202.499 C 460.281 207.999 463.026 214.734 463.026 222.705 C 463.026 230.604 460.281 237.266 454.794 242.691 C 449.305 248.116 442.583 250.829 434.626 250.829 L 425.564 250.829 L 425.564 237.236 L 434.626 237.236 C 438.825 237.236 442.323 235.833 445.124 233.021 C 447.923 230.211 449.323 226.772 449.323 222.705 C 449.323 218.713 447.904 215.328 445.069 212.556 C 442.232 209.783 438.676 208.211 434.405 207.842 L 420.37 207.842 L 420.37 264.863 L 406.446 264.753 L 406.446 194.249 L 406.446 194.249 Z'/%3E%3C/g%3E%3Cg transform='matrix(1, 0, 0, 1, -69.81666564941406, -175.50511169433594)'%3E%3Cpath d='M519.932,227.359c-9.416,0-17.017-7.602-17.017-17.018s7.601-17.018,17.017-17.018h34.034v11.345h-34.034&%2310;&%239;&%239;c-3.177,0-5.673,2.496-5.673,5.673s2.496,5.672,5.673,5.672h22.69c9.416,0,17.017,7.602,17.017,17.018s-7.601,17.018-17.017,17.018&%2310;&%239;&%239;h-36.871v-11.345h36.871c3.176,0,5.672-2.496,5.672-5.673s-2.496-5.672-5.672-5.672H519.932z'/%3E%3C/g%3E%3C/svg%3E");
}

.verkooplang .verkoopatlogo {
    padding-left: 10px
}

.verkoopattradein {
    color: #fff;
    font-size: 8px;
    float: right;
    padding-top: 10px;
    padding-right: 10px
}

.verkoopbereken {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px 6px;
    border-radius: 5px;
    font-weight: 600;
    background-color: #1da500;
    margin-top: 12px;
    margin-left: 0
}

.verkooplang .verkoopbereken {
    display: block;
    width: 175px
}

.verkoopbereken,.verkooplang .verkoopeenvoudig {
    display: inline-block
}

.verkoopeenvoudig,.verkoopresp .verkoopeenvoudig {
    display: block
}

.verkooptekst span {
  line-height: 28px;
}

.verkooptyping {
    font-size: 26px;
    font-weight: 800
}


.wp-block-yoast-seo-table-of-contents {
  padding: 14px 18px 20px;
  background-color: #fafafa;
  border-radius: 10px;
  margin: 40px 0
}

.wp-block-yoast-seo-table-of-contents h2 {
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 10px
}

.wp-block-yoast-seo-table-of-contents ul {
  margin-bottom: 0px;
  margin-left: 5px;
}

.wp-block-yoast-seo-table-of-contents ul li {
  font-size: 16px;
  list-style-type: circle;
  margin-bottom: 0px;
  margin-left: 15px;
}

.wp-block-yoast-seo-table-of-contents li a {
  border-bottom: none;
}

.wp-block-yoast-seo-table-of-contents li a:hover {
  border-bottom: 1px dotted #000;
}


@media (prefers-color-scheme: dark) {
  .wp-block-yoast-seo-table-of-contents {
  background-color: #444;
  }
}

.gonative {
  -webkit-touch-callout: none;
}

.gonative * {
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

.gonative a,
.gonative p {
  -webkit-touch-callout: none;
}

.favbln {
  display: none;
}


/* at callout */

 .at-callout-grid-box {
--at-bg: #f0f7ff;
--at-border: #0071e3;
--at-card-bg: #ffffff;
--at-card-border: #dce8f5;
--at-card-hover-bg: #e5f1ff;
--at-text-title: #0071e3;
--at-text-main: #1d1d1f;
--at-text-sub: #333336;
--at-text-action: #0071e3;
--at-logo-bg: #ffffff;
--at-logo-border: #eaeaea;

position: relative;
background-color: var(--at-bg);
padding: 20px;
border-radius: 12px;
margin: 25px 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
box-sizing: border-box;
transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* 🌙 DARK MODE ondersteuning */
@media (prefers-color-scheme: dark) {
.at-callout-grid-box {
  --at-bg: #1c2533;
  --at-border: #2997ff;
  --at-card-bg: #2c384a;
  --at-card-border: #3a4b63;
  --at-card-hover-bg: #35455e;
  --at-text-title: #2997ff;
  --at-text-main: #f5f5f7;
  --at-text-sub: #d1d1d6;
  --at-text-action: #2997ff;
  --at-logo-bg: #dddddd;
  --at-logo-border: #3a4b63;
}
}

body.dark-mode .at-callout-grid-box,
body.dark .at-callout-grid-box,
html[data-theme="dark"] .at-callout-grid-box {
--at-bg: #1c2533;
--at-border: #2997ff;
--at-card-bg: #2c384a;
--at-card-border: #3a4b63;
--at-card-hover-bg: #35455e;
--at-text-title: #2997ff;
--at-text-main: #f5f5f7;
--at-text-sub: #d1d1d6;
--at-text-action: #2997ff;
--at-logo-bg: #ffffff;
--at-logo-border: #3a4b63;
}

.at-callout-grid-box * {
box-sizing: border-box;
}

/* Header gedeelte */
.at-header-content {
padding-right: 75px;
margin-bottom: 16px;
}

.at-callout-header {
margin: 0 0 6px 0;
color: var(--at-text-title);
font-size: 1.15rem;
font-weight: 700;
}

.at-callout-intro {
margin: 0;
font-size: 0.92rem;
color: var(--at-text-sub);
line-height: 1.4;
}

/* Afbeelding rechtsboven */
.at-header-img-container {
position: absolute;
top: 15px;
right: 15px;
width: 65px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
z-index: 2;
}

.at-header-img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
}

/* Layout van 2 kolommen */
.at-dual-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
width: 100%;
}

@media (max-width: 640px) { 
.at-dual-grid { 
  grid-template-columns: 1fr; 
}
.at-header-content {
  padding-right: 55px;
}
.at-header-img-container {
  width: 48px;
  height: 48px;
  top: 12px;
  right: 12px;
}
}

.at-column {
display: flex;
flex-direction: column;
gap: 10px;
width: 100%;
}

.at-col-title {
font-size: 0.85rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--at-text-title);
margin-bottom: 4px;
}

/* Link item styling */
.at-micro-link {
display: flex;
align-items: center;
color: var(--at-text-main);
text-decoration: none;
font-size: 0.88rem;
padding: 0 12px 0 0;
background: var(--at-card-bg);
border-radius: 8px;
border: 1px solid var(--at-card-border);
transition: all 0.2s ease;
width: 100%;
overflow: hidden;
}

.at-micro-link:hover {
background: var(--at-card-hover-bg);
border-color: var(--at-border);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* 🖼️ Rechthoekige Logo-container (2x zo breed) */
.at-micro-logo {
width: 88px;             /* Verdubbeld van 44px naar 88px */
min-width: 88px;         /* Voorkomt dat het logo krimpt */
align-self: stretch;      /* Blijft verticaal even hoog als het item */
background: var(--at-logo-bg);
border-right: 1px solid var(--at-logo-border);
display: flex;
align-items: center;
justify-content: center;
margin-right: 12px;
padding: 6px 10px;
}

/* Het logo zelf (breder gemaakt maar zelfde hoogte bewaard) */
.at-micro-logo img {
max-width: 68px;        /* Meer breedte beschikbaar voor de afbeelding */
max-height: 24px;       /* Hoogte ongewijzigd gehouden */
object-fit: contain;
}

.at-text-wrapper {
display: flex;
flex-direction: column;
flex-grow: 1;
padding: 8px 0;
}

.at-shop-name {
font-weight: 600;
font-size: 0.88rem;
color: var(--at-text-main);
line-height: 1.2;
}

.at-micro-action {
font-size: 0.76rem;
color: var(--at-text-action);
margin-top: 2px;
}

.at-micro-arrow {
color: var(--at-text-action);
font-weight: bold;
margin-left: 6px;
font-size: 0.9rem;
}
